Gets the handle of the CertificateStore.

Namespace: LLCryptoLib.Security.Certificates
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public IntPtr Handle { get; }
Visual Basic
Public ReadOnly Property Handle As IntPtr
	Get
Visual C++
public:
property IntPtr Handle {
	IntPtr get ();
}

Field 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