LifetimeValidationFailure Class

Definition

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
LifetimeValidationFailure

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)

Applies to