OnBehalfOfEventArgs.User Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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