IssuedTokenServiceElement::RevocationMode Property
.NET Framework (current version)
Gets or sets the revocation mode that specifies whether a revocation check occurs, and if it is performed online or offline.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("revocationMode", DefaultValue = X509RevocationMode::Online)] property X509RevocationMode RevocationMode { X509RevocationMode get(); void set(X509RevocationMode value); }
Property Value
Type: System.Security.Cryptography.X509Certificates::X509RevocationModeThe revocation mode.
.NET Framework
Available since 3.0
Available since 3.0
Show: