Compartir a través de


CertificateStoreLocation Enumeración

Definición

Define valores para 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
Herencia
CertificateStoreLocation
Atributos
Newtonsoft.Json.JsonConverterAttribute

Campos

CurrentUser 0

Los certificados deben instalarse en el almacén de certificados CurrentUser.

LocalMachine 1

Los certificados deben instalarse en el almacén de certificados LocalMachine.

Se aplica a