FormsIdentity.FormsIdentity Constructor
.NET Framework 2.0
Initializes a new instance of the FormsIdentity class.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public Sub New ( _ ticket As FormsAuthenticationTicket _ ) 'Usage Dim ticket As FormsAuthenticationTicket Dim instance As New FormsIdentity(ticket)
public FormsIdentity ( FormsAuthenticationTicket ticket )
public function FormsIdentity ( ticket : FormsAuthenticationTicket )
Not applicable.
Parameters
- ticket
The authentication ticket upon which this identity is based.
Community Additions
ADD
Show: