Determines whether the specified certificate store exists.
Namespace:
Rebex.Security.Certificates
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Shared Function Exists ( _ storeName As String, _ location As CertificateStoreLocation _ ) As Boolean |
C# |
---|
public static bool Exists( string storeName, CertificateStoreLocation location ) |
Parameters
- storeName
- Type: System..::..String
The store name.
- location
- Type: Rebex.Security.Certificates..::..CertificateStoreLocation
Specifies the location of the certificate store.