TlsEndpoint Class
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.
TLS endpoint describes an endpoint that the pipeline can connect to over TLS transport (data is encrypted in transit).
public class TlsEndpoint : Azure.Media.VideoAnalyzer.Edge.Models.EndpointBase
type TlsEndpoint = class
inherit EndpointBase
Public Class TlsEndpoint
Inherits EndpointBase
- Inheritance
Constructors
TlsEndpoint(String) |
Initializes a new instance of TlsEndpoint. |
Properties
Credentials |
Credentials to be presented to the endpoint. (Inherited from EndpointBase) |
TrustedCertificates |
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. |
Url |
The endpoint URL for Video Analyzer to connect to. (Inherited from EndpointBase) |
ValidationOptions |
Validation options to use when authenticating a TLS connection. By default, strict validation is used. |
Applies to
Azure SDK for .NET