8 references to ES384
Microsoft.AspNetCore.Identity (3)
Passkeys\CredentialPublicKey.cs (3)
30new() { Type = "public-key", Alg = COSEAlgorithmIdentifier.ES384 }, 49COSEAlgorithmIdentifier.ES384 or 233COSEAlgorithmIdentifier.ES384 => HashAlgorithmName.SHA384,
Microsoft.AspNetCore.Identity.Test (5)
Passkeys\CredentialKeyPair.cs (2)
47COSEAlgorithmIdentifier.ES384 => GenerateEcKeyPair(alg, ECCurve.NamedCurves.nistP384, COSEEllipticCurve.P384), 165COSEAlgorithmIdentifier.ES384 => HashAlgorithmName.SHA384,
Passkeys\PasskeyHandlerAssertionTest.cs (1)
885[InlineData((int)COSEAlgorithmIdentifier.ES384)]
Passkeys\PasskeyHandlerAttestationTest.cs (2)
869[InlineData((int)COSEAlgorithmIdentifier.ES384)] 892[InlineData((int)COSEAlgorithmIdentifier.ES384)]