BaseConfigurationManager.LastKnownGoodConfiguration 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.
The last known good configuration or LKG (a configuration retrieved in the past that we were able to successfully validate a token against).
public Microsoft.IdentityModel.Tokens.BaseConfiguration LastKnownGoodConfiguration { get; set; }
member this.LastKnownGoodConfiguration : Microsoft.IdentityModel.Tokens.BaseConfiguration with get, set
Public Property LastKnownGoodConfiguration As BaseConfiguration