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