1 write to PubKeyCredParams
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
634PubKeyCredParams = PublicKeyCredentialParameters.AllSupportedParameters,
1 reference to PubKeyCredParams
Microsoft.AspNetCore.Identity (1)
DefaultPasskeyHandler.cs (1)
223if (!originalOptions.PubKeyCredParams.Any(a => attestedCredentialData.CredentialPublicKey.Alg == a.Alg))