10 references to ES256
Microsoft.AspNetCore.Identity (3)
Passkeys\CredentialPublicKey.cs (3)
28new() { Type = "public-key", Alg = COSEAlgorithmIdentifier.ES256 }, 47COSEAlgorithmIdentifier.ES256 or 232COSEAlgorithmIdentifier.ES256 => HashAlgorithmName.SHA256,
Microsoft.AspNetCore.Identity.Test (7)
Passkeys\CredentialKeyPair.cs (2)
46COSEAlgorithmIdentifier.ES256 => GenerateEcKeyPair(alg, ECCurve.NamedCurves.nistP256, COSEEllipticCurve.P256), 164COSEAlgorithmIdentifier.ES256 => HashAlgorithmName.SHA256,
Passkeys\PasskeyHandlerAssertionTest.cs (2)
884[InlineData((int)COSEAlgorithmIdentifier.ES256)] 994public COSEAlgorithmIdentifier Algorithm { get; set; } = COSEAlgorithmIdentifier.ES256;
Passkeys\PasskeyHandlerAttestationTest.cs (3)
868[InlineData((int)COSEAlgorithmIdentifier.ES256)] 891[InlineData((int)COSEAlgorithmIdentifier.ES256)] 987public COSEAlgorithmIdentifier Algorithm { get; set; } = COSEAlgorithmIdentifier.ES256;