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

IotHubServiceClientOptions.SslProtocols 属性

定义

默认使用的 TLS 版本。

public System.Security.Authentication.SslProtocols SslProtocols { get; set; }
member this.SslProtocols : System.Security.Authentication.SslProtocols with get, set
Public Property SslProtocols As SslProtocols

属性值

注解

默认为“无”,这意味着让操作系统 (Windows/Linux) 中的 OpenSSL 决定正确的 TLS 版本。

适用于