PasskeyAttestationResult.Fail(PasskeyException) Method
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.
Creates a failed result for a passkey attestation operation.
public static Microsoft.AspNetCore.Identity.PasskeyAttestationResult Fail(Microsoft.AspNetCore.Identity.PasskeyException failure);
static member Fail : Microsoft.AspNetCore.Identity.PasskeyException -> Microsoft.AspNetCore.Identity.PasskeyAttestationResult
Public Shared Function Fail (failure As PasskeyException) As PasskeyAttestationResult
Parameters
- failure
- PasskeyException
The exception that describes the reason for the failure.
Returns
A PasskeyAttestationResult instance representing the failure.