次の方法で共有


CertificateStoreLocation 列挙型

定義

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
継承
CertificateStoreLocation
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

CurrentUser 0

証明書は CurrentUser 証明書ストアにインストールする必要があります。

LocalMachine 1

証明書は LocalMachine 証明書ストアにインストールする必要があります。

適用対象