Freigeben über


TokenReplayDetectionElement.Enabled Property

Specifies whether token replays should be detected.

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

Verwendung

    Dim instance As TokenReplayDetectionElement
Dim value As String

value = instance.Enabled

instance.Enabled = value

Syntax

'Declaration
<ConfigurationPropertyAttribute("enabled", IsRequired:=False)> _
Public Property Enabled As String
[ConfigurationPropertyAttribute("enabled", IsRequired=false)] 
public string Enabled { get; set; }
[ConfigurationPropertyAttribute(L"enabled", IsRequired=false)] 
public:
property String^ Enabled {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Enabled ()

/** @property */
public void set_Enabled (String value)
public function get Enabled () : String

public function set Enabled (value : String)

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