共用方式為


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

適用於