共用方式為


HttpBaseProtocolFilter.IgnorableServerCertificateErrors 屬性

定義

取得應用程式後續可能會選擇忽略的 SSL 伺服器憑證錯誤的向量。

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

屬性值

應用程式後續可能會選擇忽略的 SSL 伺服器憑證錯誤的向量。

備註

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

適用於