ApiController.User Property

Definition

Gets or sets the current principal associated with this request.

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

Property Value

The current principal associated with this request.

Applies to