Class CertificateExtensions
- Namespace
- MarymoorStudios.Core
- Assembly
- MarymoorStudios.Core.dll
public static class CertificateExtensions
- Inheritance
-
CertificateExtensions
- Inherited Members
Methods
DeleteX509Store(string, StoreLocation)
Permanently delete an X509Store.
public static bool DeleteX509Store(string storeName, StoreLocation location)
Parameters
storeNamestringThe name of the certificate store.
locationStoreLocationOne of the enumeration values that specifies the location of the X.509 certificate store.
Returns
- bool
True is successful, false otherwise.