LifetimeValidationFailure 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.
Failures that occur during validation of a SecurityToken lifetime.
public abstract class LifetimeValidationFailure : Microsoft.IdentityModel.Tokens.Experimental.ValidationFailureType
type LifetimeValidationFailure = class
inherit ValidationFailureType
Public MustInherit Class LifetimeValidationFailure
Inherits ValidationFailureType
- Inheritance
Constructors
| Name | Description |
|---|---|
| LifetimeValidationFailure(String) |
Creates an instance of LifetimeValidationFailure |
Fields
| Name | Description |
|---|---|
| Expired |
Token was expired. |
| IssuedInFuture |
Token was issued in the future. |
| NoExpirationTime |
No expiration found in the security token. |
| NotbeforeGreaterThanExpirationTime |
NotBefore time is after the expires time. |
| NotYetValid |
Token was not yet valid. |
| ValidationFailed |
General lifetime validation failure. |
| ValidatorThrew |
Lifetime validator delegate threw an exception. |
Properties
| Name | Description |
|---|---|
| Name |
Gets the name of the ValidationFailureType. (Inherited from ValidationFailureType) |