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