6 references to RS256
System.Security.Cryptography.Cose (6)
System\Security\Cryptography\Cose\CoseHelpers.cs (2)
277
KnownCoseAlgorithms.PS256 or KnownCoseAlgorithms.
RS256
=> HashAlgorithmName.SHA256,
283
if (algorithm <= KnownCoseAlgorithms.
RS256
)
System\Security\Cryptography\Cose\CoseSigner.cs (1)
207
nameof(HashAlgorithmName.SHA256) => KnownCoseAlgorithms.
RS256
,
System\Security\Cryptography\Cose\KnownCoseAlgorithms.cs (3)
28
(alg >
RS256
|| alg < RS512))
50
nameof(
RS256
) =>
RS256
,