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 세션을 통해 전달된 콘텐츠의 개인 정보 보호 또는 무결성이 손실될 수 있습니다.

적용 대상