다음을 통해 공유


X509PeerCertificateAuthentication.RevocationMode 속성

정의

인증서 해지 모드를 가져오거나 설정합니다.

public:
 property System::Security::Cryptography::X509Certificates::X509RevocationMode RevocationMode { System::Security::Cryptography::X509Certificates::X509RevocationMode get(); void set(System::Security::Cryptography::X509Certificates::X509RevocationMode value); };
public System.Security.Cryptography.X509Certificates.X509RevocationMode RevocationMode { get; set; }
member this.RevocationMode : System.Security.Cryptography.X509Certificates.X509RevocationMode with get, set
Public Property RevocationMode As X509RevocationMode

속성 값

X509RevocationMode

X509RevocationMode의 값(NoCheck, Online 또는 Offline) 중 하나입니다.

예외

자격 증명이 읽기 전용일 때 설정된 경우

설명

인증서를 사용할 때 시스템에서는 클라이언트 인증서가 해지된 인증서 목록에 있지 않은지 확인하여 해당 클라이언트 인증서가 해지되지 않았음을 확인합니다. 온라인으로 확인하거나 캐시된 해지 목록을 확인하여 이 확인 작업을 수행할 수 있습니다. 해지 검사 해제할 수 있습니다이 속성을 NoCheck로 설정 합니다.

적용 대상