次の方法で共有


SubjectAlternativeNames.DnsNames プロパティ

定義

ドメイン名を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="dns_names")]
public System.Collections.Generic.IList<string> DnsNames { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="dns_names")>]
member this.DnsNames : System.Collections.Generic.IList<string> with get, set
Public Property DnsNames As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象