Implemented interface member:
method
PerformAttestationAsync
Microsoft.AspNetCore.Identity.IPasskeyHandler<TUser>.PerformAttestationAsync(Microsoft.AspNetCore.Identity.PasskeyAttestationContext)
2 references to PerformAttestationAsync
IdentitySample.PasskeyConformance (1)
Program.cs (1)
99var attestationResult = await passkeyHandler.PerformAttestationAsync(new()
Microsoft.AspNetCore.Identity.Test (1)
Passkeys\PasskeyHandlerAttestationTest.cs (1)
1092return await handler.PerformAttestationAsync(context);