Initializes a new Certificate instance from a handle.
Namespace: LLCryptoLib.Security.CertificatesAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public Certificate( IntPtr handle ) |
Visual Basic |
---|
Public Sub New ( _ handle As IntPtr _ ) |
Visual C++ |
---|
public: Certificate( IntPtr handle ) |
Parameters
- handle
- Type: System..::..IntPtr
The handle from which to initialize the state of the new instance.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException | handle is invalid. |