ComponentSpace SAML Class Library Reference

CertificateStore.OpenMySystemStore Method (CertificateStoreLocation)

Opens the MY store in the specified location.

[Visual Basic]
Overloads Public Shared Function OpenMySystemStore( _
   ByVal location As CertificateStoreLocation _
) As CertificateStore
[C#]
public static CertificateStore OpenMySystemStore(
   CertificateStoreLocation location
);

Parameters

location
The certificate store location.

Return Value

The certificate store.

Exceptions

Exception Type Condition
CertificateStoreException Thrown when the certificate store cannot be opened.

See Also

CertificateStore Class | ComponentSpace.CryptoHelper Namespace | CertificateStore.OpenMySystemStore Overload List