DefaultPasskeyHandler<TUser>.PerformAttestationAsync 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.
Performs passkey attestation using the provided credential JSON and original options JSON.
public System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.PasskeyAttestationResult> PerformAttestationAsync(Microsoft.AspNetCore.Identity.PasskeyAttestationContext<TUser> context);
abstract member PerformAttestationAsync : Microsoft.AspNetCore.Identity.PasskeyAttestationContext<'User (requires 'User : null)> -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.PasskeyAttestationResult>
override this.PerformAttestationAsync : Microsoft.AspNetCore.Identity.PasskeyAttestationContext<'User (requires 'User : null)> -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.PasskeyAttestationResult>
Public Function PerformAttestationAsync (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.