Freigeben über


ServiceConfiguration.RevocationMode Property

Gets or sets the revocation mode used by handlers to validate issuer certificates.

Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Verwendung

    Dim instance As ServiceConfiguration
Dim value As X509RevocationMode

value = instance.RevocationMode

instance.RevocationMode = value

Syntax

'Declaration
Public Property RevocationMode As X509RevocationMode
public X509RevocationMode RevocationMode { get; set; }
public:
property X509RevocationMode RevocationMode {
    X509RevocationMode get ();
    void set (X509RevocationMode value);
}
/** @property */
public X509RevocationMode get_RevocationMode ()

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

public function set RevocationMode (value : X509RevocationMode)

Ausnahmen

Ausnahmetyp Bedingung

Threadsicherheit

Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

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

Siehe auch

Referenz

ServiceConfiguration Class
ServiceConfiguration Members
Microsoft.IdentityModel.Configuration Namespace