BaseConfiguration.TokenDecryptionKeys Property

Definition

Gets the ICollection<T> that the IdentityProvider indicates are to be used in order to decrypt tokens.

[System.Text.Json.Serialization.JsonIgnore]
public virtual System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.SecurityKey> TokenDecryptionKeys { get; }
[<System.Text.Json.Serialization.JsonIgnore>]
member this.TokenDecryptionKeys : System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.SecurityKey>
Public Overridable ReadOnly Property TokenDecryptionKeys As ICollection(Of SecurityKey)

Property Value

Attributes

Applies to