HttpContextWrapper::User Property

 

Gets or sets security information for the current HTTP request.

Namespace:   System.Web
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
Return to top
Show: