TlsEndpoint.TrustedCertificates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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