Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

FormsIdentity::Name Property

 

Gets the user name of the forms identity.

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

public:
property String^ Name {
	virtual String^ get() override;
}

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:
© 2017 Microsoft