IOwinRequest.User Property

 

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