次の方法で共有


ClientCertificate.CommonName プロパティ

定義

証明書の共通名を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象