共用方式為


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

適用於

另請參閱