HttpClientHandler.CheckCertificateRevocationList 속성

정의

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

public:
 property bool CheckCertificateRevocationList { bool get(); void set(bool value); };
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public bool CheckCertificateRevocationList { get; set; }
public bool CheckCertificateRevocationList { get; set; }
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
member this.CheckCertificateRevocationList : bool with get, set
member this.CheckCertificateRevocationList : bool with get, set
Public Property CheckCertificateRevocationList As Boolean

속성 값

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

특성

예외

.NET Framework 4.7.1만 해당: 이 속성은 구현되지 않습니다.

적용 대상