共用方式為


MessageWebSocketInformation.ServerCertificateErrorSeverity 屬性

定義

取得與 WebSocket 伺服器建立 SSL 連線時所發生的錯誤類別。

public:
 property SocketSslErrorSeverity ServerCertificateErrorSeverity { SocketSslErrorSeverity get(); };
SocketSslErrorSeverity ServerCertificateErrorSeverity();
public SocketSslErrorSeverity ServerCertificateErrorSeverity { get; }
var socketSslErrorSeverity = messageWebSocketInformation.serverCertificateErrorSeverity;
Public ReadOnly Property ServerCertificateErrorSeverity As SocketSslErrorSeverity

屬性值

SSL 連線上的錯誤類別。

實作

Windows 需求

裝置系列
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)

備註

只有在進階案例中,才應該忽略 SSL 伺服器錯誤。 當此屬性為 [可忽略 ] 或 [ 嚴重 ] 時忽略伺服器憑證錯誤,可能會導致透過 SSL 會話傳遞之內容的隱私權或完整性遺失。

適用於