Initializes a new CertificateStore from a given handle.

Namespace: LLCryptoLib.Security.Certificates
Assembly: 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

ExceptionCondition
System..::..ArgumentExceptionhandle is invalid.

See Also