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