10 references to PS512
Microsoft.AspNetCore.Identity (4)
Passkeys\CredentialPublicKey.cs (4)
32
new() { Type = "public-key", Alg = COSEAlgorithmIdentifier.
PS512
},
51
COSEAlgorithmIdentifier.
PS512
or
214
COSEAlgorithmIdentifier.
PS512
237
COSEAlgorithmIdentifier.
PS512
=> HashAlgorithmName.SHA512,
Microsoft.AspNetCore.Identity.Test (6)
Passkeys\CredentialKeyPair.cs (3)
44
COSEAlgorithmIdentifier.
PS512
=> GenerateRsaKeyPair(alg),
169
COSEAlgorithmIdentifier.
PS512
=> HashAlgorithmName.SHA512,
184
COSEAlgorithmIdentifier.
PS512
=> RSASignaturePadding.Pss,
Passkeys\PasskeyHandlerAssertionTest.cs (1)
880
[InlineData((int)COSEAlgorithmIdentifier.
PS512
)]
Passkeys\PasskeyHandlerAttestationTest.cs (2)
864
[InlineData((int)COSEAlgorithmIdentifier.
PS512
)]
887
[InlineData((int)COSEAlgorithmIdentifier.
PS512
)]