Mentalis.org Security Library documentation

Certificate.Handle Property

Gets the handle of the Certificate.

[Visual Basic]
Public ReadOnly Property Handle As IntPtr
[C#]
public System.IntPtr Handle {get;}

Property Value

An IntPtr that represents the handle of the certificate.

Remarks

The handle returned by this property should not be closed. If the handle is closed by an external actor, the methods of the Certificate object may fail in undocumented ways [for instance, an Access Violation may occur].

See Also

Certificate Class | Certificate Members | Org.Mentalis.Security.Certificates Namespace