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
IPrincipal User { get; set; }
property IPrincipal^ User {
IPrincipal^ get();
void set(IPrincipal^ value);
}
abstract User : IPrincipal with get, set
Property User As IPrincipal
Property Value
Type: System.Security.Principal.IPrincipal
The server.User.
See Also
IOwinRequest Interface
Microsoft.Owin Namespace
Return to top