ValidationParameters.DecryptionKeys 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 the IList<T> that is to be used for decrypting tokens.
public System.Collections.Generic.IList<Microsoft.IdentityModel.Tokens.SecurityKey> DecryptionKeys { get; }
member this.DecryptionKeys : System.Collections.Generic.IList<Microsoft.IdentityModel.Tokens.SecurityKey>
Public ReadOnly Property DecryptionKeys As IList(Of SecurityKey)
Property Value
Remarks
The decryption keys in this DecryptionKeys collection will only be used if their KeyId matches the 'kid' parameter in the token.