CertificateStore.Exists Method
Namespace: Rebex.Security.Certificates
Assembly: Rebex.Common.dll (version 7.0.9448)
Exists(String, CertificateStoreLocation)
Determines whether the specified certificate store exists.
Declaration
public static bool Exists(string storeName, CertificateStoreLocation location)
Parameters
| Type | Name | Description |
|---|---|---|
| String | storeName | The store name. |
| CertificateStoreLocation | location | Specifies the location of the certificate store. |
Returns
| Type | Description |
|---|---|
| Boolean | True if the store exists; false otherwise. |
Exists(CertificateStoreName, CertificateStoreLocation)
Determines whether the specified certificate store exists.
Declaration
public static bool Exists(CertificateStoreName storeName, CertificateStoreLocation location)
Parameters
| Type | Name | Description |
|---|---|---|
| CertificateStoreName | storeName | The store name value. |
| CertificateStoreLocation | location | Specifies the location of the certificate store. |
Returns
| Type | Description |
|---|---|
| Boolean | True if the store exists; false otherwise. |
Exists(String)
Determines whether the specified certificate store exists.
Declaration
public static bool Exists(string storeName)
Parameters
| Type | Name | Description |
|---|---|---|
| String | storeName | The store name. |
Returns
| Type | Description |
|---|---|
| Boolean | True if the store exists; false otherwise. |
Exists(CertificateStoreName)
Determines whether the specified certificate store exists.
Declaration
public static bool Exists(CertificateStoreName storeName)
Parameters
| Type | Name | Description |
|---|---|---|
| CertificateStoreName | storeName | The store name value. |
Returns
| Type | Description |
|---|---|
| Boolean | True if the store exists; false otherwise. |