AttestationTokenValidationFailedException Class

Definition

Exception thrown when a call to ValidateToken(AttestationTokenValidationOptions, IReadOnlyList<AttestationSigner>, CancellationToken) fails.

Normally, the only way that this exception will be thrown is if the customer's TokenValidated event delegate indicates a validation failure.

public class AttestationTokenValidationFailedException : InvalidOperationException
type AttestationTokenValidationFailedException = class
    inherit InvalidOperationException
Public Class AttestationTokenValidationFailedException
Inherits InvalidOperationException
Inheritance
AttestationTokenValidationFailedException

Constructors

AttestationTokenValidationFailedException(String)

Initializes a new instance of the AttestationTokenValidationFailedException class.

Properties

Signers

Represents a set of signing certificates which may have signed the attestation token, or null if there are no official signers.

Token

Represents the attestation token which was being validated.

Applies to