Namespace: LLCryptoLib.Security.CertificatesAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public CertificateStore(
IntPtr handle,
bool duplicate
) |
Visual Basic |
---|
Public Sub New ( _
handle As IntPtr, _
duplicate As Boolean _
) |
Visual C++ |
---|
public:
CertificateStore(
IntPtr handle,
bool duplicate
) |
Parameters
- handle
- Type: System..::..IntPtr
The handle from which to initialize the CertificateStore from.
- duplicate
- Type: System..::..Boolean
true if the handle should be duplicated, false otherwise.
Exceptions
Exception | Condition |
---|
System..::..ArgumentException | handle is invalid. |
See Also