TokenValidationParameters.SaveSigninToken Property

Definition

Gets or sets a boolean to control if the original token should be saved after the security token is validated.

public bool SaveSigninToken { get; set; }
member this.SaveSigninToken : bool with get, set
Public Property SaveSigninToken As Boolean

Property Value

Remarks

The runtime will consult this value and save the original token that was validated. The default is false.

Applies to