Table of Contents

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

storeName string

The name of the certificate store.

location StoreLocation

One of the enumeration values that specifies the location of the X.509 certificate store.

Returns

bool

True is successful, false otherwise.