Mentalis.org Security Library documentation

CertificateStore.InitStore Method 

Initializes a new CertificateStore from a given handle.

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