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




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

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