TlsEndpoint Class

Definition

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
TlsEndpoint

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