CertificateProperties.DnsNames Property

Definition

Gets the domain list of certificate.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to