TokenValidationParameters.ValidateWithLKG 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 LKG configuration will be used for token validation.
public bool ValidateWithLKG { get; set; }
member this.ValidateWithLKG : bool with get, set
Public Property ValidateWithLKG As Boolean
Property Value
Remarks
The default is false
.