次の方法で共有


IotHubClientTransportSettings.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

プロパティ値

注釈

既定値は "None" です。これは、OS が適切な TLS バージョン (Windows の場合は SChannel、Linux では OpenSSL) を決定することを意味します。

適用対象