Freigeben über


TokenReplayDetectionElement.IsConfigured Property

Returns a value indicating whether this element has been configured with non-default values.

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

Verwendung

    Dim instance As TokenReplayDetectionElement
Dim value As Boolean

value = instance.IsConfigured

Syntax

'Declaration
Public ReadOnly Property IsConfigured As Boolean
public bool IsConfigured { get; }
public:
property bool IsConfigured {
    bool get ();
}
/** @property */
public boolean get_IsConfigured ()
public function get IsConfigured () : boolean

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

TokenReplayDetectionElement Class
TokenReplayDetectionElement Members
Microsoft.IdentityModel.Configuration Namespace