3 references to PerformPasskeyAttestationAsync
IdentitySample.PasskeyConformance (1)
Program.cs (1)
86var attestationResult = await signInManager.PerformPasskeyAttestationAsync(credentialJson, options);
Microsoft.AspNetCore.Identity (2)
SignInManager.cs (2)
660/// The credentials returned from that function can then be passed to the <see cref="PerformPasskeyAttestationAsync"/>. 689/// The credentials returned from that function can then be passed to the <see cref="PerformPasskeyAttestationAsync"/>.