Freigeben über


ServiceConfiguration.DetectReplayedTokens Property

Gets or sets detection of replaying of tokens by handlers in the default handler configuration.

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

Verwendung

    Dim instance As ServiceConfiguration
Dim value As Boolean

value = instance.DetectReplayedTokens

instance.DetectReplayedTokens = value

Syntax

'Declaration
Public Property DetectReplayedTokens As Boolean
public bool DetectReplayedTokens { get; set; }
public:
property bool DetectReplayedTokens {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_DetectReplayedTokens ()

/** @property */
public void set_DetectReplayedTokens (boolean value)
public function get DetectReplayedTokens () : boolean

public function set DetectReplayedTokens (value : 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

ServiceConfiguration Class
ServiceConfiguration Members
Microsoft.IdentityModel.Configuration Namespace