다음을 통해 공유


ServicePointManagerElement.CheckCertificateRevocationList 속성

정의

인증 기관의 해지 목록을 기준으로 인증서를 검사하는지 여부를 나타내는 부울 값을 가져오거나 설정합니다.

public:
 property bool CheckCertificateRevocationList { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("checkCertificateRevocationList", DefaultValue=false)]
public bool CheckCertificateRevocationList { get; set; }
[<System.Configuration.ConfigurationProperty("checkCertificateRevocationList", DefaultValue=false)>]
member this.CheckCertificateRevocationList : bool with get, set
Public Property CheckCertificateRevocationList As Boolean

속성 값

인증서 해지 목록을 검사하면 true이고, 검사하지 않으면 false입니다. 기본값은 false입니다.

특성

설명

이 속성 설정 된 경우 true, 인증서가 인증서 유효성 검사 프로세스의 일부로 인증 기관의 해지 목록을 검사 합니다.

적용 대상

추가 정보