Partilhar via


TokenValidationParameters.TryAllDecryptionKeys Property

Definition

Gets or sets a value indicating whether all TokenDecryptionKeys should be tried during token decryption when a key is not matched to token 'kid' or if token 'kid' is empty. The default is true.

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

Property Value

Applies to