ComponentSpace SAML Class Library Reference

CertificateStore.OpenMySystemStore Method ()

Opens the MY store for the current user.

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

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