8 references to ES512
Microsoft.AspNetCore.Identity (3)
Passkeys\CredentialPublicKey.cs (3)
34new() { Type = "public-key", Alg = COSEAlgorithmIdentifier.ES512 }, 53COSEAlgorithmIdentifier.ES512 or 234COSEAlgorithmIdentifier.ES512 => HashAlgorithmName.SHA512,
Microsoft.AspNetCore.Identity.Test (5)
Passkeys\CredentialKeyPair.cs (2)
48COSEAlgorithmIdentifier.ES512 => GenerateEcKeyPair(alg, ECCurve.NamedCurves.nistP521, COSEEllipticCurve.P521), 166COSEAlgorithmIdentifier.ES512 => HashAlgorithmName.SHA512,
Passkeys\PasskeyHandlerAssertionTest.cs (1)
886[InlineData((int)COSEAlgorithmIdentifier.ES512)]
Passkeys\PasskeyHandlerAttestationTest.cs (2)
870[InlineData((int)COSEAlgorithmIdentifier.ES512)] 893[InlineData((int)COSEAlgorithmIdentifier.ES512)]