다음을 통해 공유


CertificateAuthenticationOptions.RevocationFlag 속성

정의

체인에서 해지 여부를 검사할 X509 인증서를 지정합니다.

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

속성 값

기본값은 ExcludeRoot입니다.

적용 대상