WebRequestInformation::ThreadAccountName Property

 

Gets a string that represents the Windows logon name of the user on whose behalf the code is being run.

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

public:
property String^ ThreadAccountName {
	String^ get();
}

Property Value

Type: System::String^

The Windows logon name of the user on whose behalf the code is being run.

The value of this property is determined by the current WindowsIdentity object's Name property.

.NET Framework
Available since 2.0
Return to top
Show: