Språk

X509ClientCertificateAuthenticationElement.RevocationMode Egenskap

Definition

Hämtar eller anger certifikatåterkallningsläget.

public:
 property System::Security::Cryptography::X509Certificates::X509RevocationMode RevocationMode { System::Security::Cryptography::X509Certificates::X509RevocationMode get(); void set(System::Security::Cryptography::X509Certificates::X509RevocationMode value); };
[System.Configuration.ConfigurationProperty("revocationMode", DefaultValue=System.Security.Cryptography.X509Certificates.X509RevocationMode.Online)]
public System.Security.Cryptography.X509Certificates.X509RevocationMode RevocationMode { get; set; }
[<System.Configuration.ConfigurationProperty("revocationMode", DefaultValue=System.Security.Cryptography.X509Certificates.X509RevocationMode.Online)>]
member this.RevocationMode : System.Security.Cryptography.X509Certificates.X509RevocationMode with get, set
Public Property RevocationMode As X509RevocationMode

Egenskapsvärde

Läget för återkallande av certifikat.

Attribut

Kommentarer

Systemet verifierar att klientcertifikatet inte har återkallats genom att leta upp det i listan över återkallade certifikat. Den här kontrollen kan utföras antingen genom att kontrollera online eller mot en cachelagrad återkallningslista. Återkallningskontroll kan inaktiveras genom att ställa in den här egenskapen på NoCheck.

Gäller för