Freigeben über


TokenReplayDetectionElement.PurgeInterval Property

Determines the amount of time between removal of expired items.

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

Verwendung

    Dim instance As TokenReplayDetectionElement
Dim value As String

value = instance.PurgeInterval

instance.PurgeInterval = value

Syntax

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

/** @property */
public void set_PurgeInterval (String value)
public function get PurgeInterval () : String

public function set PurgeInterval (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