Namespace: Microsoft.IdentityModel.Tokens
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Visual Basic |
Dim instance As DefaultTokenReplayCache
Dim value As TimeSpan
value = instance.PurgeInterval
instance.PurgeInterval = value
|
Syntax
Visual Basic |
Public Overrides Property PurgeInterval As TimeSpan
|
C# |
public override TimeSpan PurgeInterval { get; set; }
|
C++ |
public:
virtual property TimeSpan PurgeInterval {
TimeSpan get () override;
void set (TimeSpan value) override;
}
|
J# |
/** @property */
public TimeSpan get_PurgeInterval ()
/** @property */
public void set_PurgeInterval (TimeSpan value)
|
JScript |
public override function get PurgeInterval () : TimeSpan
public override function set PurgeInterval (value : TimeSpan)
|
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also