9 writes to Alg
Microsoft.AspNetCore.Identity (9)
Passkeys\CredentialPublicKey.cs (9)
28new() { Type = "public-key", Alg = COSEAlgorithmIdentifier.ES256 },
29new() { Type = "public-key", Alg = COSEAlgorithmIdentifier.PS256 },
30new() { Type = "public-key", Alg = COSEAlgorithmIdentifier.ES384 },
31new() { Type = "public-key", Alg = COSEAlgorithmIdentifier.PS384 },
32new() { Type = "public-key", Alg = COSEAlgorithmIdentifier.PS512 },
33new() { Type = "public-key", Alg = COSEAlgorithmIdentifier.RS256 },
34new() { Type = "public-key", Alg = COSEAlgorithmIdentifier.ES512 },
35new() { Type = "public-key", Alg = COSEAlgorithmIdentifier.RS384 },
36new() { Type = "public-key", Alg = COSEAlgorithmIdentifier.RS512 },
1 reference to Alg
Microsoft.AspNetCore.Identity (1)