IssuedTokenServiceElement::RevocationMode Property

 

Gets or sets the revocation mode that specifies whether a revocation check occurs, and if it is performed online or offline.

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

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

.NET Framework
Available since 3.0
Return to top
Show: