FormsIdentity.Name Property

 

Gets the user name of the forms identity.

Namespace:   System.Web.Security
Assembly:  System.Web (in System.Web.dll)

Public Overrides ReadOnly Property Name As String

Property Value

Type: System.String

The user name of the forms identity.

Implements

IIdentity.Name

The Name property returns the value of the Name property from the FormsAuthenticationTicket supplied to the constructor.

.NET Framework
Available since 1.1
Return to top
Show: