CertificateAuthenticationOptions.RevocationFlag 属性    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定链中应进行吊销检查的 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, setPublic Property RevocationFlag As X509RevocationFlag属性值
默认为 ExcludeRoot。