共用方式為


StreamSocketControl.MinProtectionLevel 屬性

定義

限制當開發人員使用需要 TLS 的 ConnectAsync () 或 UpgradeToSslAsync () 方法時,將會交涉的 TLS 通訊協定版本。

public:
 property SocketProtectionLevel MinProtectionLevel { SocketProtectionLevel get(); void set(SocketProtectionLevel value); };
SocketProtectionLevel MinProtectionLevel();

void MinProtectionLevel(SocketProtectionLevel value);
public SocketProtectionLevel MinProtectionLevel { get; set; }
var socketProtectionLevel = streamSocketControl.minProtectionLevel;
streamSocketControl.minProtectionLevel = socketProtectionLevel;
Public Property MinProtectionLevel As SocketProtectionLevel

屬性值

SocketProtectionLevel列舉成員,指出通訊端保護層級。

Windows 需求

裝置系列
Windows 10 Fall Creators Update (已於 10.0.16299.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v5.0 引進)

備註

當伺服器不符合 MinProtectionLevel 指定的 TLS 版本時,對應的 ConnectAsync () 和/或 UpgradeToSslAsnc () 執行的行為就如同伺服器不支援 SSL 或 TLS 一樣。

適用於

另請參閱