Compartir a través de


CertificateAuthenticationOptions.RevocationFlag Propiedad

Definición

Especifica en qué certificados X509 de la cadena se debe comprobar la revocación.

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

Valor de propiedad

Tiene como valor predeterminado ExcludeRoot.

Se aplica a