SecurityTokenDecryptionFailedException Class

Definition

Represents a security token exception when decryption failed.

[System.Serializable]
public class SecurityTokenDecryptionFailedException : Microsoft.IdentityModel.Tokens.SecurityTokenException
[<System.Serializable>]
type SecurityTokenDecryptionFailedException = class
    inherit SecurityTokenException
Public Class SecurityTokenDecryptionFailedException
Inherits SecurityTokenException
Inheritance
SecurityTokenDecryptionFailedException
Derived
Attributes

Constructors

SecurityTokenDecryptionFailedException()

Initializes a new instance of the SecurityTokenDecryptionFailedException class.

SecurityTokenDecryptionFailedException(SerializationInfo, StreamingContext)

Initializes a new instance of the SecurityTokenDecryptionFailedException class.

SecurityTokenDecryptionFailedException(String)

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

SecurityTokenDecryptionFailedException(String, Exception)

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.

Methods

GetObjectData(SerializationInfo, StreamingContext)

When overridden in a derived class, sets the System.Runtime.Serialization.SerializationInfo with information about the exception.

(Inherited from SecurityTokenException)

Applies to