Share via


OwinRequest.User Property

 

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

IOwinRequest.User

See Also

OwinRequest Class
Microsoft.Owin Namespace

Return to top