SecurityTokenMalformedException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Constructors
SecurityTokenMalformedException() |
Initializes a new instance of the SecurityTokenMalformedException class. |
SecurityTokenMalformedException(SerializationInfo, StreamingContext) |
Initializes a new instance of the SecurityTokenMalformedException class. |
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. |
SecurityTokenMalformedException(String) |
Initializes a new instance of the SecurityTokenMalformedException class with a specified error message. |