This documentation is archived and is not being maintained.
FormsIdentity Constructor
.NET Framework 1.1
Initializes a new instance of the FormsIdentity class.
[Visual Basic] Public Sub New( _ ByVal ticket As FormsAuthenticationTicket _ ) [C#] public FormsIdentity( FormsAuthenticationTicket ticket ); [C++] public: FormsIdentity( FormsAuthenticationTicket* ticket ); [JScript] public function FormsIdentity( ticket : FormsAuthenticationTicket );
Parameters
- ticket
- The authentication ticket upon which this identity is based.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
FormsIdentity Class | FormsIdentity Members | System.Web.Security Namespace
Show: