HttpContextWrapper::User Property
.NET Framework (current version)
Gets or sets security information for the current HTTP request.
Assembly: System.Web (in System.Web.dll)
public: property IPrincipal^ User { virtual IPrincipal^ get() override; virtual void set(IPrincipal^ value) override; }
Property Value
Type: System.Security.Principal::IPrincipal^An object that contains security information for the current HTTP request.
.NET Framework
Available since 3.5
Available since 3.5
Show: