Gets or sets the revocation mode used by handlers to validate issuer certificates.
Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As ServiceConfiguration
Dim value As X509RevocationMode

value = instance.RevocationMode

instance.RevocationMode = value

Syntax

Visual Basic
Public Property RevocationMode As X509RevocationMode
C#
public X509RevocationMode RevocationMode { get; set; }
C++
public:
property X509RevocationMode RevocationMode {
		X509RevocationMode get ();
		void set (X509RevocationMode value);
}
J#
/** @property */
public X509RevocationMode get_RevocationMode ()

/** @property */
public void set_RevocationMode (X509RevocationMode value)
JScript
public function get RevocationMode () : X509RevocationMode

public function set RevocationMode (value : X509RevocationMode)

Exceptions

Exception type Condition

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also