Microsoft.IdentityModel.JsonWebTokens.JwtTokenDecryptionParameters
Represents the parameters needed to decrypt a JSON Web Token.
The JwtSecurityTokenHandler uses this as a helper when decrypting a JwtSecurityToken, the JsonWebTokenHandler sets the JsonWebToken property.
Gets or sets signature algorithm that was used to create the signature.
Gets or sets the AuthenticationTag from the original raw data of this instance when it was created.
Gets or sets the Ciphertext from the original raw data of this instance when it was created.
Gets or sets the function used to attempt decompression with.
Gets or sets the encryption algorithm (Enc) of the token.
Gets the EncodedHeader from the original raw data of this instance when it was created.
Gets or sets the EncodedHeader from the original raw data of this instance when it was created.
Gets or sets the InitializationVector from the original raw data of this instance when it was created.
Gets or sets the collection of SecurityKeys to attempt to decrypt with.
Gets and sets the maximum deflate size in chars that will be processed.
Gets or sets the value of the 'zip' claim.
public JwtTokenDecryptionParameters()