Propriété TokenReplayCache.PurgeInterval
Espace de noms: Microsoft.IdentityModel.Tokens
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)
Utilisation
Dim instance As TokenReplayCache Dim value As TimeSpan value = instance.PurgeInterval instance.PurgeInterval = value
Syntaxe
'Déclaration
Public MustOverride Property PurgeInterval As TimeSpan
public abstract TimeSpan PurgeInterval { get; set; }
public:
virtual property TimeSpan PurgeInterval {
TimeSpan get () abstract;
void set (TimeSpan value) abstract;
}
/** @property */
public abstract TimeSpan get_PurgeInterval ()
/** @property */
public abstract void set_PurgeInterval (TimeSpan value)
public abstract function get PurgeInterval () : TimeSpan
public abstract function set PurgeInterval (value : TimeSpan)
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 TokenReplayCache
Membres TokenReplayCache
Espace de noms Microsoft.IdentityModel.Tokens