1 implementation of PerformAttestationAsync
Microsoft.AspNetCore.Identity (1)
DefaultPasskeyHandler.cs (1)
31
public async Task<PasskeyAttestationResult>
PerformAttestationAsync
(PasskeyAttestationContext<TUser> context)
1 reference to PerformAttestationAsync
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
488
var result = await _passkeyHandler.
PerformAttestationAsync
(context).ConfigureAwait(false);