X509CertificateValidationElement::RevocationMode Property

.NET Framework (current version)
 

Gets or sets the revocation mode.

Namespace:   System.IdentityModel.Configuration
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

public:
[ConfigurationPropertyAttribute("revocationMode", IsRequired = false, 
	DefaultValue = X509RevocationMode::Online)]
property X509RevocationMode RevocationMode {
	X509RevocationMode get();
	void set(X509RevocationMode value);
}

Property Value

Type: System.Security.Cryptography.X509Certificates::X509RevocationMode

The revocation mode. The default is F:System.Security.Cryptography.X509Certificates.X509RevocationMode.OnLine.

This property is optional. It represents the revocationMode attribute of the <certificateValidation> element.

.NET Framework
Available since 4.5
Return to top
Show: