Udostępnij za pośrednictwem


TlsEndpoint.TrustedCertificates Property

Definition

Gets or sets list of trusted certificate authorities when authenticating a TLS connection. A null list designates that Azure Video Analyzer's list of trusted authorities should be used.

[Newtonsoft.Json.JsonProperty(PropertyName="trustedCertificates")]
public Microsoft.Azure.Management.VideoAnalyzer.Models.CertificateSource TrustedCertificates { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="trustedCertificates")>]
member this.TrustedCertificates : Microsoft.Azure.Management.VideoAnalyzer.Models.CertificateSource with get, set
Public Property TrustedCertificates As CertificateSource

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to