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 會話傳遞之內容的隱私權或完整性。