OwinRequest.User Property

Definition

Gets or set the server.User.

public virtual System.Security.Principal.IPrincipal User { get; set; }
member this.User : System.Security.Principal.IPrincipal with get, set
Public Overridable Property User As IPrincipal

Property Value

The server.User.

Implements

Applies to