This documentation is archived and is not being maintained.
FormsIdentity Class
.NET Framework 1.1
Provides a class to be used by FormsAuthenticationModule. This class cannot be inherited.
For a list of all members of this type, see FormsIdentity Members.
System.Object
System.Web.Security.FormsIdentity
[Visual Basic] <Serializable> NotInheritable Public Class FormsIdentity Implements IIdentity [C#] [Serializable] public sealed class FormsIdentity : IIdentity [C++] [Serializable] public __gc __sealed class FormsIdentity : public IIdentity [JScript] public Serializable class FormsIdentity implements IIdentity
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.
Remarks
THis class provides a way for an application to access the FormsAuthenticationTicket representing an authentication cookie.
Requirements
Namespace: System.Web.Security
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
See Also
Show: