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

Usage

Visual Basic
Dim instance As TokenReplayCache
Dim value As TimeSpan

value = instance.PurgeInterval

instance.PurgeInterval = value

Syntax

Visual Basic
Public MustOverride Property PurgeInterval As TimeSpan
C#
public abstract TimeSpan PurgeInterval { get; set; }
C++
public:
virtual property TimeSpan PurgeInterval {
		TimeSpan get () abstract;
		void set (TimeSpan value) abstract;
}
J#
/** @property */
public abstract TimeSpan get_PurgeInterval ()

/** @property */
public abstract void set_PurgeInterval (TimeSpan value)
JScript
public abstract function get PurgeInterval () : TimeSpan

public abstract 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