TokenValidationParameters.TokenDecryptionKeys Property

Definition

Gets or sets the IEnumerable<T> that is to be used for decrypting inbound tokens.

public System.Collections.Generic.IEnumerable<Microsoft.IdentityModel.Tokens.SecurityKey> TokenDecryptionKeys { get; set; }
member this.TokenDecryptionKeys : seq<Microsoft.IdentityModel.Tokens.SecurityKey> with get, set
Public Property TokenDecryptionKeys As IEnumerable(Of SecurityKey)

Property Value

Applies to