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

Usage

Visual Basic
Dim capacity As Integer
Dim purgeInterval As TimeSpan

Dim instance As New DefaultTokenReplayCache(capacity, purgeInterval)

Syntax

Visual Basic
Public Sub New ( _
		capacity As Integer, _
		purgeInterval As TimeSpan _
)
C#
public DefaultTokenReplayCache (
		int capacity,
		TimeSpan purgeInterval
)
C++
public:
DefaultTokenReplayCache (
		int capacity, 
		TimeSpan purgeInterval
)
J#
public DefaultTokenReplayCache (
		int capacity, 
		TimeSpan purgeInterval
)
JScript
public function DefaultTokenReplayCache (
		capacity : int, 
		purgeInterval : TimeSpan
)

Parameters

capacity
purgeInterval

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also