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

Usage

Visual Basic
Dim transforms As ReadOnlyCollection(Of CookieTransform)
Dim tokenCache As SecurityTokenCache
Dim tokenLifetime As TimeSpan

Dim instance As New SessionSecurityTokenHandler(transforms, tokenCache, tokenLifetime)

Syntax

Visual Basic
Public Sub New ( _
		transforms As ReadOnlyCollection(Of CookieTransform), _
		tokenCache As SecurityTokenCache, _
		tokenLifetime As TimeSpan _
)
C#
public SessionSecurityTokenHandler (
		ReadOnlyCollection<CookieTransform> transforms,
		SecurityTokenCache tokenCache,
		TimeSpan tokenLifetime
)
C++
public:
SessionSecurityTokenHandler (
		ReadOnlyCollection<CookieTransform^>^ transforms, 
		SecurityTokenCache^ tokenCache, 
		TimeSpan tokenLifetime
)
J#
public SessionSecurityTokenHandler (
		ReadOnlyCollection<CookieTransform> transforms, 
		SecurityTokenCache tokenCache, 
		TimeSpan tokenLifetime
)
JScript
public function SessionSecurityTokenHandler (
		transforms : ReadOnlyCollection<CookieTransform>, 
		tokenCache : SecurityTokenCache, 
		tokenLifetime : TimeSpan
)

Parameters

transforms
tokenCache
tokenLifetime

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also