IPasskeyHandler<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 PasskeyAttestationContext.
public System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.PasskeyAttestationResult> PerformAttestationAsync(Microsoft.AspNetCore.Identity.PasskeyAttestationContext context);
abstract member PerformAttestationAsync : Microsoft.AspNetCore.Identity.PasskeyAttestationContext -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.PasskeyAttestationResult>
Public Function PerformAttestationAsync (context As PasskeyAttestationContext) As Task(Of PasskeyAttestationResult)
Parameters
- context
- PasskeyAttestationContext
The context containing necessary information for passkey attestation.
Returns
A PasskeyAttestationResult representing the result.