Condividi tramite


OnBehalfOfEventArgs.User Property

Definition

Gets or sets the claims principal representing the user for whom the token is being acquired. This is the claims principal into the the api. This value can be null.

public System.Security.Claims.ClaimsPrincipal? User { get; set; }
member this.User : System.Security.Claims.ClaimsPrincipal with get, set
Public Property User As ClaimsPrincipal

Property Value

Applies to