Пространство имен: Microsoft.IdentityModel.Tokens
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim capacity As Integer
Dim purgeInterval As TimeSpan

Dim instance As New DefaultTokenReplayCache(capacity, purgeInterval)

Синтаксис

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
)

Параметры

capacity
purgeInterval

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

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

См. также