TokenValidationParameters.SaveSigninToken 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 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
.