Del via


TokenValidationParameters.TokenDecryptionKey Property

Definition

Gets or sets the SecurityKey that is to be used for decryption.

public Microsoft.IdentityModel.Tokens.SecurityKey TokenDecryptionKey { get; set; }
member this.TokenDecryptionKey : Microsoft.IdentityModel.Tokens.SecurityKey with get, set
Public Property TokenDecryptionKey As SecurityKey

Property Value

Remarks

This TokenDecryptionKey will only be used if its KeyId matches the 'kid' parameter in the token.

Applies to