<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.16.0" />

Microsoft.IdentityModel.Tokens.Experimental.ValidationFailureType

public abstract class ValidationFailureType
Failures that occur during validation of a SecurityToken.

CryptoProvider CreateForVerifying returned null.

public static readonly ValidationFailureType KeyWrapFailed

KeyWrap failed.

public static readonly ValidationFailureType NullArgument

A required parameter was null.

A token is not the correct type.

A token is too large.

public static readonly ValidationFailureType SignedInfoNull

Signed info is null.

A token could not be decompressed.

A token could not be decrypted.

A token exceeds the maximum size.

A token could not be read.

public string Name { get; }

Gets the name of the ValidationFailureType.

protected ValidationFailureType(string name)

Creates an instance of ValidationFailureType