StreamSocketControl.IgnorableServerCertificateErrors 属性

定义

获取与 StreamSocket 建立 SSL 连接时要忽略的 SSL 服务器错误的向量。

public:
 property IVector<ChainValidationResult> ^ IgnorableServerCertificateErrors { IVector<ChainValidationResult> ^ get(); };
IVector<ChainValidationResult> IgnorableServerCertificateErrors();
public IList<ChainValidationResult> IgnorableServerCertificateErrors { get; }
var iVector = streamSocketControl.ignorableServerCertificateErrors;
Public ReadOnly Property IgnorableServerCertificateErrors As IList(Of ChainValidationResult)

属性值

要忽略的 SSL 服务器错误的向量。

注解

IgnorableServerCertificateErrors 属性获取要忽略的 SSL 服务器错误的 ChainValidationResult 枚举值的向量。

仅在高级方案中应忽略 SSL 服务器错误。 忽略服务器证书错误可能会导致通过 SSL 会话传递的内容的隐私或完整性丢失。

适用于

另请参阅