CertificateStoreLocation Enum

Definition

Defines values for CertificateStoreLocation.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum CertificateStoreLocation
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type CertificateStoreLocation = 
Public Enum CertificateStoreLocation
Inheritance
CertificateStoreLocation
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

CurrentUser 0

Certificates should be installed to the CurrentUser certificate store.

LocalMachine 1

Certificates should be installed to the LocalMachine certificate store.

Applies to