SecurityTokenMalformedException Class

Definition

Represents a SecurityToken exception when the token is malformed.

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

Constructors

SecurityTokenMalformedException()

Initializes a new instance of the SecurityTokenMalformedException class.

SecurityTokenMalformedException(SerializationInfo, StreamingContext)

Initializes a new instance of the SecurityTokenMalformedException class.

SecurityTokenMalformedException(String)

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

SecurityTokenMalformedException(String, Exception)

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

Applies to