HttpRequest.LogonUserIdentity Property
.NET Framework 3.0
Gets the WindowsIdentity type for the current user.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The LogonUserIdentity property exposes the properties and methods of the WindowsIdentity object for the currently connected user to Microsoft Internet Information Services (IIS). The instance of the WindowsIdentity class that is exposed by LogonUserIdentity tracks the IIS request token and provides easy access to this token for the current HTTP request being processed inside of ASP.NET. An instance of the WindowsIdentity class is automatically created so it does not need to be constructed to in order to gain access to its methods and properties.
- AspNetHostingPermission for operating in a hosted environment. Demand value: Demand; Permission value: Medium.
Community Additions
ADD
Show: