AlgorithmValidationFailure 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 algoritm.
public abstract class AlgorithmValidationFailure : Microsoft.IdentityModel.Tokens.Experimental.ValidationFailureType
type AlgorithmValidationFailure = class
inherit ValidationFailureType
Public MustInherit Class AlgorithmValidationFailure
Inherits ValidationFailureType
- Inheritance
Constructors
| Name | Description |
|---|---|
| AlgorithmValidationFailure(String) |
Creates an instance of AlgorithmValidationFailure |
Fields
| Name | Description |
|---|---|
| AlgorithmIsNotSupported |
Unsupported algorithm. |
| ValidationFailed |
General algorithm validation failed. |
| ValidatorThrew |
Algorithm validation delegate threw an exception. |
Properties
| Name | Description |
|---|---|
| Name |
Gets the name of the ValidationFailureType. (Inherited from ValidationFailureType) |