Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or set the server.User.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public virtual IPrincipal User { get; set; }
public:
property IPrincipal^ User {
virtual IPrincipal^ get();
virtual void set(IPrincipal^ value);
}
abstract User : IPrincipal with get, set
override User : IPrincipal with get, set
Public Overridable Property User As IPrincipal
Property Value
Type: System.Security.Principal.IPrincipal
The server.User.
Implements
See Also
OwinRequest Class
Microsoft.Owin Namespace
Return to top