Mentalis.org Security Library documentation

CertificateStore Constructor (IntPtr, Boolean)

Initializes a new CertificateStore from a given handle.

[Visual Basic]
Overloads Public Sub New( _
   ByVal handle As IntPtr, _
   ByVal duplicate As Boolean _
)
[C#]
public CertificateStore(
   IntPtr handle,
   bool duplicate
);

Parameters

handle
The handle from which to initialize the CertificateStore from.
duplicate
true if the handle should be duplicated, false otherwise.

Exceptions

Exception TypeCondition
ArgumentExceptionhandle is invalid.

See Also

CertificateStore Class | CertificateStore Members | Org.Mentalis.Security.Certificates Namespace | CertificateStore Constructor Overload List