Partager via


CertificateStoreLocation Énumération

Définition

Définit des valeurs pour 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
Héritage
CertificateStoreLocation
Attributs
Newtonsoft.Json.JsonConverterAttribute

Champs

CurrentUser 0

Les certificats doivent être installés dans le magasin de certificats CurrentUser.

LocalMachine 1

Les certificats doivent être installés dans le magasin de certificats LocalMachine.

S’applique à