10 references to PS256
Microsoft.AspNetCore.Identity (4)
Passkeys\CredentialPublicKey.cs (4)
29
new() { Type = "public-key", Alg = COSEAlgorithmIdentifier.
PS256
},
48
COSEAlgorithmIdentifier.
PS256
or
212
COSEAlgorithmIdentifier.
PS256
or
235
COSEAlgorithmIdentifier.
PS256
=> HashAlgorithmName.SHA256,
Microsoft.AspNetCore.Identity.Test (6)
Passkeys\CredentialKeyPair.cs (3)
42
COSEAlgorithmIdentifier.
PS256
or
167
COSEAlgorithmIdentifier.
PS256
=> HashAlgorithmName.SHA256,
182
COSEAlgorithmIdentifier.
PS256
or
Passkeys\PasskeyHandlerAssertionTest.cs (1)
878
[InlineData((int)COSEAlgorithmIdentifier.
PS256
)]
Passkeys\PasskeyHandlerAttestationTest.cs (2)
862
[InlineData((int)COSEAlgorithmIdentifier.
PS256
)]
885
[InlineData((int)COSEAlgorithmIdentifier.
PS256
)]