次の方法で共有


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 です。

適用対象