5 references to RS256
System.Security.Cryptography.Cose (5)
System\Security\Cryptography\Cose\CoseKey.cs (5)
85
CoseAlgorithm.
RS256
=> new CoseKey(rsaKey, RSASignaturePadding.Pkcs1, HashAlgorithmName.SHA256),
137
not CoseAlgorithm.
RS256
and
160
nameof(CoseAlgorithm.
RS256
) => CoseAlgorithm.
RS256
,
287
nameof(HashAlgorithmName.SHA256) => CoseAlgorithm.
RS256
,