SecurityTokenSignatureKeyNotFoundException Class

Definition

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

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

Constructors

SecurityTokenSignatureKeyNotFoundException()

Initializes a new instance of the SecurityTokenSignatureKeyNotFoundException class.

SecurityTokenSignatureKeyNotFoundException(SerializationInfo, StreamingContext)

Initializes a new instance of the SecurityTokenSignatureKeyNotFoundException class.

SecurityTokenSignatureKeyNotFoundException(String)

Initializes a new instance of the SecurityTokenSignatureKeyNotFoundException class.

SecurityTokenSignatureKeyNotFoundException(String, Exception)

Initializes a new instance of the SecurityTokenSignatureKeyNotFoundException 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