System.Security.Cryptography.AuthenticationTagMismatchException
The exception that is thrown when a decryption operation with an authenticated cipher
has an authentication tag mismatch.
public AuthenticationTagMismatchException()
Initializes a new instance of the AuthenticationTagMismatchException class with default
properties.
Initializes a new instance of the AuthenticationTagMismatchException class with a specified
error message.
Initializes a new instance of the AuthenticationTagMismatchException class with a specified
error message and a reference to the inner exception that is the cause of this exception.