TokenReplayValidationFailure 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 token replay.
public abstract class TokenReplayValidationFailure : Microsoft.IdentityModel.Tokens.Experimental.ValidationFailureType
type TokenReplayValidationFailure = class
inherit ValidationFailureType
Public MustInherit Class TokenReplayValidationFailure
Inherits ValidationFailureType
- Inheritance
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) |