StreamSocketControl.IgnorableServerCertificateErrors 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与 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 会话传递的内容的隐私或完整性丢失。