10 references to RS512
Microsoft.AspNetCore.Identity (4)
Passkeys\CredentialPublicKey.cs (4)
36
new() { Type = "public-key", Alg = COSEAlgorithmIdentifier.
RS512
},
55
COSEAlgorithmIdentifier.
RS512
=> true,
220
COSEAlgorithmIdentifier.
RS512
240
COSEAlgorithmIdentifier.
RS512
=> HashAlgorithmName.SHA512,
Microsoft.AspNetCore.Identity.Test (6)
Passkeys\CredentialKeyPair.cs (3)
41
COSEAlgorithmIdentifier.
RS512
or
172
COSEAlgorithmIdentifier.
RS512
=> HashAlgorithmName.SHA512,
189
COSEAlgorithmIdentifier.
RS512
=> RSASignaturePadding.Pkcs1,
Passkeys\PasskeyHandlerAssertionTest.cs (1)
883
[InlineData((int)COSEAlgorithmIdentifier.
RS512
)]
Passkeys\PasskeyHandlerAttestationTest.cs (2)
867
[InlineData((int)COSEAlgorithmIdentifier.
RS512
)]
890
[InlineData((int)COSEAlgorithmIdentifier.
RS512
)]