SecurityTokenInvalidIssuerException 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.
This exception is thrown when 'issuer' of a token was not valid.
[System.Serializable]
public class SecurityTokenInvalidIssuerException : Microsoft.IdentityModel.Tokens.SecurityTokenValidationException
[<System.Serializable>]
type SecurityTokenInvalidIssuerException = class
inherit SecurityTokenValidationException
Public Class SecurityTokenInvalidIssuerException
Inherits SecurityTokenValidationException
- Inheritance
-
SecurityTokenInvalidIssuerException
- Attributes
Constructors
SecurityTokenInvalidIssuerException() |
Initializes a new instance of the SecurityTokenInvalidIssuerException class. |
SecurityTokenInvalidIssuerException(SerializationInfo, StreamingContext) |
Initializes a new instance of the SecurityTokenInvalidIssuerException class. |
SecurityTokenInvalidIssuerException(String, Exception) |
Initializes a new instance of the SecurityTokenInvalidIssuerException class. |
SecurityTokenInvalidIssuerException(String) |
Initializes a new instance of the SecurityTokenInvalidIssuerException class. |
Properties
InvalidIssuer |
Gets or sets the InvalidIssuer that created the validation exception. |
Source |
Gets or sets the source of the exception. (Inherited from SecurityTokenException) |
StackTrace |
Gets the stack trace that is captured when the exception is created. (Inherited from SecurityTokenException) |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
When overridden in a derived class, sets the System.Runtime.Serialization.SerializationInfo with information about the exception. |