你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TlsEndpoint 类

定义

TLS 终结点描述管道可以通过 TLS 传输连接到的终结点, (数据在传输) 进行加密。

public class TlsEndpoint : Azure.Media.VideoAnalyzer.Edge.Models.EndpointBase
type TlsEndpoint = class
    inherit EndpointBase
Public Class TlsEndpoint
Inherits EndpointBase
继承
TlsEndpoint

构造函数

TlsEndpoint(String)

初始化 TlsEndpoint 的新实例。

属性

Credentials

要提供给终结点的凭据。

(继承自 EndpointBase)
TrustedCertificates

对 TLS 连接进行身份验证时受信任的证书颁发机构列表。 null 列表指定应使用 Azure 视频分析器受信任颁发机构列表。

Url

视频分析器要连接到的终结点 URL。

(继承自 EndpointBase)
ValidationOptions

验证 TLS 连接时要使用的验证选项。 默认情况下,使用严格验证。

适用于