5 references to RS256
System.Security.Cryptography.Cose (5)
System\Security\Cryptography\Cose\CoseKey.cs (5)
90
CoseAlgorithm.
RS256
=> FromKey(rsaKey, RSASignaturePadding.Pkcs1, HashAlgorithmName.SHA256),
142
alg != CoseAlgorithm.
RS256
&&
165
nameof(CoseAlgorithm.
RS256
) => CoseAlgorithm.
RS256
,
290
nameof(HashAlgorithmName.SHA256) => CoseAlgorithm.
RS256
,