6 references to RS512
System.Security.Cryptography.Cose (6)
System\Security\Cryptography\Cose\CoseHelpers.cs (2)
279KnownCoseAlgorithms.PS512 or KnownCoseAlgorithms.RS512 => HashAlgorithmName.SHA512, 285Debug.Assert(algorithm >= KnownCoseAlgorithms.RS512);
System\Security\Cryptography\Cose\CoseSigner.cs (1)
209nameof(HashAlgorithmName.SHA512) => KnownCoseAlgorithms.RS512,
System\Security\Cryptography\Cose\KnownCoseAlgorithms.cs (3)
28(alg > RS256 || alg < RS512)) 52nameof(RS512) => RS512,