This documentation is archived and is not being maintained.
FormsIdentity.Name Property
.NET Framework 1.1
Gets the name of the identity (in this case, the user name).
[Visual Basic] Public Overridable ReadOnly Property Name As String Implements _ IIdentity.Name [C#] public virtual string Name {get;} [C++] public: __property virtual String* get_Name(); [JScript] public function get Name() : String;
Property Value
The name of the identity (in this case, the user name).
Implements
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
FormsIdentity Class | FormsIdentity Members | System.Web.Security Namespace
Show: