AttestationTokenValidationEventArgs.IsValid Property

Definition

Set by the event callback to "true" to indicate that the callback has validated the token, false otherwise.

public bool IsValid { get; set; }
member this.IsValid : bool with get, set
Public Property IsValid As Boolean

Property Value

Remarks

The default value of IsValid is 'true'.

Applies to