asp.net.ph

FormsIdentity Constructor

System.Web.Security Namespace   FormsIdentity Class


Initializes a new instance of the FormsIdentity class.

[ VB ]
Public Sub New ( _
   ticket As FormsAuthenticationTicket _
)

[ C# ]
Public FormsIdentity (
   FormsAuthenticationTicket ticket
);

[ C++ ]
public: FormsIdentity (
   FormsAuthenticationTicket* ticket
);

[ JScript ]
public Serializable
function FormsIdentity (
   ticket : FormsAuthenticationTicket
);

Parameters

ticket
The authentication ticket upon which this identity is based.
See Also

FormsIdentity Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph