IOwinRequest.User Property

Definition

Gets or set the server.User.

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

Property Value

The server.User.

Applies to