SignedHttpRequestValidationParameters.CnfDecryptionKeys Property

Definition

Gets or sets a collection of SecurityKey used for the 'cnf' claim decryption.

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

Property Value

Applies to