WindowsIdentity::Name Property
.NET Framework (current version)
Gets the user's Windows logon name.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System::String^The Windows logon name of the user on whose behalf the code is being run.
Implements
IIdentity::NameThe logon name is in the form DOMAIN\USERNAME.
The following code shows the use of the Name property to get the user's Windows logon name. This code example is part of a larger example provided for the WindowsIdentity class.
.NET Framework
Available since 1.1
Available since 1.1
Show: