<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.18.0" />

Microsoft.IdentityModel.Tokens.SecurityTokenDecryptionFailedException

Represents a security token exception when decryption failed.

Initializes a new instance of the SecurityTokenDecryptionFailedException class.

Initializes a new instance of the SecurityTokenDecryptionFailedException class with a specified error message.

public SecurityTokenDecryptionFailedException(string message, Exception innerException)

Initializes a new instance of the SecurityTokenDecryptionFailedException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Initializes a new instance of the SecurityTokenDecryptionFailedException class.