SecurityTokenExpiredException 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.
Throw this exception when a received Security Token has expiration time in the past.
[System.Serializable]
public class SecurityTokenExpiredException : Microsoft.IdentityModel.Tokens.SecurityTokenValidationException
[<System.Serializable>]
type SecurityTokenExpiredException = class
inherit SecurityTokenValidationException
Public Class SecurityTokenExpiredException
Inherits SecurityTokenValidationException
- Inheritance
- Attributes
Constructors
SecurityTokenExpiredException() |
Initializes a new instance of SecurityTokenExpiredException |
SecurityTokenExpiredException(SerializationInfo, StreamingContext) |
Initializes a new instance of the SecurityTokenExpiredException class. |
SecurityTokenExpiredException(String, Exception) |
Initializes a new instance of SecurityTokenExpiredException |
SecurityTokenExpiredException(String) |
Initializes a new instance of SecurityTokenExpiredException |
Properties
Expires |
Gets or sets the Expires value that created the validation exception. This value is always in UTC. |
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. |