StreamWebSocketInformation.ServerCertificateErrorSeverity 属性

定义

获取与 StreamWebSocket 服务器建立 SSL 连接时发生的错误的类别。

public:
 property SocketSslErrorSeverity ServerCertificateErrorSeverity { SocketSslErrorSeverity get(); };
SocketSslErrorSeverity ServerCertificateErrorSeverity();
public SocketSslErrorSeverity ServerCertificateErrorSeverity { get; }
var socketSslErrorSeverity = streamWebSocketInformation.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 会话传递的内容的隐私或完整性丢失。

适用于