MediaGraphTlsEndpoint 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.
A TLS endpoint for media graph external connections.
public class MediaGraphTlsEndpoint : Azure.Media.Analytics.Edge.Models.MediaGraphEndpoint
type MediaGraphTlsEndpoint = class
inherit MediaGraphEndpoint
Public Class MediaGraphTlsEndpoint
Inherits MediaGraphEndpoint
- Inheritance
Constructors
MediaGraphTlsEndpoint(String) |
Initializes a new instance of MediaGraphTlsEndpoint. |
Properties
Credentials |
Polymorphic credentials to be presented to the endpoint. (Inherited from MediaGraphEndpoint) |
TrustedCertificates |
Trusted certificates when authenticating a TLS connection. Null designates that Azure Media Service's source of trust should be used. |
Url |
Url for the endpoint. (Inherited from MediaGraphEndpoint) |
ValidationOptions |
Validation options to use when authenticating a TLS connection. By default, strict validation is used. |
Applies to
Azure SDK for .NET