Mentalis.org Security Library documentation

CertificateStore.Handle Property

Gets the handle of the CertificateStore.

[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 CertificateStore object may fail in undocumented ways [for instance, an Access Violation may occur].

See Also

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