ApplicationGatewaySslProfile.TrustedClientCertificates Property

Definition

Gets or sets array of references to application gateway trusted client certificates.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.trustedClientCertificates")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> TrustedClientCertificates { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.trustedClientCertificates")>]
member this.TrustedClientCertificates : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> with get, set
Public Property TrustedClientCertificates As IList(Of SubResource)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to