Sdílet prostřednictvím


CertificateStoreLocation Výčet

Definice

Definuje hodnoty pro 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
Dědičnost
CertificateStoreLocation
Atributy
Newtonsoft.Json.JsonConverterAttribute

Pole

CurrentUser 0

Certifikáty by se měly nainstalovat do úložiště certifikátů CurrentUser.

LocalMachine 1

Certifikáty by měly být nainstalovány do úložiště certifikátů LocalMachine.

Platí pro