次の方法で共有


CertificateConfiguration.StoreName プロパティ

定義

System.Security.Cryptography.x509certificates.StoreName 証明書ストアの場所を取得または設定します。 Root と CertificateAuthority のみが有効な場所です。 使用可能な値は、'CertificateAuthority'、'Root' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象