SecurityTokenEncryptionKeyNotFoundException Class

Definition

This exception is thrown when a security token contained a key identifier but the key was not found by the runtime when decrypting a token.

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

Constructors

SecurityTokenEncryptionKeyNotFoundException()

Initializes a new instance of the SecurityTokenEncryptionKeyNotFoundException class.

SecurityTokenEncryptionKeyNotFoundException(SerializationInfo, StreamingContext)

Initializes a new instance of the SecurityTokenEncryptionKeyNotFoundException class.

SecurityTokenEncryptionKeyNotFoundException(String)

Initializes a new instance of the SecurityTokenEncryptionKeyNotFoundException class.

SecurityTokenEncryptionKeyNotFoundException(String, Exception)

Initializes a new instance of the SecurityTokenEncryptionKeyNotFoundException class.

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