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#
protected void InitStore(
	IntPtr handle,
	bool duplicate
)
Visual Basic
Protected Sub InitStore ( _
	handle As IntPtr, _
	duplicate As Boolean _
)
Visual C++
protected:
void InitStore(
	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