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

Usage

Visual Basic
Dim value As ReadOnlyCollection(Of CookieTransform)

value = SessionSecurityTokenHandler.DefaultCookieTransforms

Syntax

Visual Basic
Public Shared ReadOnly DefaultCookieTransforms As ReadOnlyCollection(Of CookieTransform)
C#
public static readonly ReadOnlyCollection<CookieTransform> DefaultCookieTransforms
C++
public:
static initonly ReadOnlyCollection<CookieTransform^>^ DefaultCookieTransforms
J#
public static final ReadOnlyCollection<CookieTransform> DefaultCookieTransforms
JScript
public static final var DefaultCookieTransforms : ReadOnlyCollection<CookieTransform>

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also