TokenReplayValidationFailure Class

Definition

Failures that occur during validation of a SecurityToken token replay.

public abstract class TokenReplayValidationFailure : Microsoft.IdentityModel.Tokens.Experimental.ValidationFailureType
type TokenReplayValidationFailure = class
    inherit ValidationFailureType
Public MustInherit Class TokenReplayValidationFailure
Inherits ValidationFailureType
Inheritance
TokenReplayValidationFailure

Constructors

Name Description
TokenReplayValidationFailure(String)

Creates an instance of TokenReplayValidationFailure

Fields

Name Description
AddToCacheFailed

Token could not be added to the cache.

NoExpiration

No expiration time found in the security token.

TokenFoundInCache

Token was found in the cache.

ValidationFailed

Token replay validation failed.

ValidatorThrew

Token replay validation delegate threw an exception.

Properties

Name Description
Name

Gets the name of the ValidationFailureType.

(Inherited from ValidationFailureType)

Applies to