Mentalis.org Security Library documentation

CertificateStore Constructor (IntPtr)

Initializes a new CertificateStore from a given handle.

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

Parameters

handle
The handle from which to initialize the CertificateStore from.

Remarks

The handle will not be duplicated; when this CertificateStore instance is garbage collected, the handle will be freed.

Exceptions

Exception TypeCondition
ArgumentExceptionhandle is invalid.

See Also

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