AlgorithmValidationFailure Class

Definition

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
AlgorithmValidationFailure

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)

Applies to