ValidationParameters.TryAllSigningKeys 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.
If the SignatureKeyResolver is unable to resolve the key when validating the signature of the SecurityToken, all available keys will be tried.
public bool TryAllSigningKeys { get; set; }
member this.TryAllSigningKeys : bool with get, set
Public Property TryAllSigningKeys As Boolean