ComponentSpace SAML Class Library Reference

CertificateStore.OpenSystemStore Method 

Opens the certificate store at the specified location and with the specified name.

[Visual Basic]
Public Shared Function OpenSystemStore( _
   ByVal location As CertificateStoreLocation, _
   ByVal systemStoreName As String _
) As CertificateStore
[C#]
public static CertificateStore OpenSystemStore(
   CertificateStoreLocation location,
   string systemStoreName
);

Parameters

location
The certificate store location.
systemStoreName
The certificate store name.

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