ApiController::User Property

 

Returns the current principal associated with this request.

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

public:
property IPrincipal^ User {
	IPrincipal^ get();
	void set(IPrincipal^ value);
}

Property Value

Type: System.Security.Principal::IPrincipal^

The current principal associated with this request.

Return to top
Show: