Initializes a new CertificateStore from a given handle.
Namespace: LLCryptoLib.Security.CertificatesAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public CertificateStore( IntPtr handle ) |
Visual Basic |
---|
Public Sub New ( _ handle As IntPtr _ ) |
Visual C++ |
---|
public: CertificateStore( IntPtr handle ) |
Parameters
- handle
- Type: System..::..IntPtr
The handle from which to initialize the CertificateStore from.
Remarks
The handle will not be duplicated; when this CertificateStore instance is garbage collected, the handle will be freed.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException | handle is invalid. |