Share via


DefaultPasskeyHandler<TUser>.PerformAttestationCoreAsync Method

Definition

Performs passkey attestation using the provided credential JSON and original options JSON.

protected virtual System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.PasskeyAttestationResult> PerformAttestationCoreAsync(Microsoft.AspNetCore.Identity.PasskeyAttestationContext<TUser> context);
abstract member PerformAttestationCoreAsync : Microsoft.AspNetCore.Identity.PasskeyAttestationContext<'User (requires 'User : null)> -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.PasskeyAttestationResult>
override this.PerformAttestationCoreAsync : Microsoft.AspNetCore.Identity.PasskeyAttestationContext<'User (requires 'User : null)> -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.PasskeyAttestationResult>
Protected Overridable Function PerformAttestationCoreAsync (context As PasskeyAttestationContext(Of TUser)) As Task(Of PasskeyAttestationResult)

Parameters

context
PasskeyAttestationContext<TUser>

The context containing necessary information for passkey attestation.

Returns

A task object representing the asynchronous operation containing the PasskeyAttestationResult.

Applies to