ValidationParameters.DecryptionKeys Property

Definition

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.

Applies to