次の方法で共有


CertificateDescription.X509StoreName プロパティ

定義

ローカル証明書ストアの場所を取得または設定します。 使用できる値は、'AddressBook'、'AuthRoot'、'CertificateAuthority'、'Disallowed'、'My'、'Root'、'TrustedPeople'、'TrustedPublisher' です。

[Newtonsoft.Json.JsonProperty(PropertyName="x509StoreName")]
public string X509StoreName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="x509StoreName")>]
member this.X509StoreName : string with get, set
Public Property X509StoreName As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象