Partager via


Propriété TokenReplayDetectionElement.PurgeInterval

Determines the amount of time between removal of expired items.

Espace de noms: Microsoft.IdentityModel.Configuration
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)

Utilisation

    Dim instance As TokenReplayDetectionElement
Dim value As String

value = instance.PurgeInterval

instance.PurgeInterval = value

Syntaxe

'Déclaration
<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)

Exceptions

Type d'exception Condition

Cohérence de thread

Tous les membres statiques publics (partagés dans Visual Basic) de ce type sont thread-safe.Il n'est pas garanti que les membres d'instance soient thread-safe.

Plateformes

Plateformes de développement

Windows Server 2003, Windows Vista

Target Platforms

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

Voir aussi

Référence

Classe TokenReplayDetectionElement
Membres TokenReplayDetectionElement
Espace de noms Microsoft.IdentityModel.Configuration