次の方法で共有


CertificateProperties.Subject プロパティ

定義

証明書のサブジェクト名を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="subject")]
public string Subject { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="subject")>]
member this.Subject : string
Public ReadOnly Property Subject As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象