FormsAuthenticationTicket.Name Property
.NET Framework (current version)
Gets the user name associated with the forms-authentication ticket.
Assembly: System.Web (in System.Web.dll)
The following code example displays the property values of the FormsAuthenticationTicket for the current logged-on user.
Note |
|---|
If there is no logged-on user, the Identity property will be null and you will receive a compiler exception when attempting to cast the Identity property as a FormsIdentity object. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
.jpeg?cs-save-lang=1&cs-lang=fsharp)