6 references to PS512
System.Security.Cryptography.Cose (6)
System\Security\Cryptography\Cose\CoseHelpers.cs (2)
279KnownCoseAlgorithms.PS512 or KnownCoseAlgorithms.RS512 => HashAlgorithmName.SHA512, 290Debug.Assert(algorithm >= KnownCoseAlgorithms.PS512 && algorithm <= KnownCoseAlgorithms.PS256);
System\Security\Cryptography\Cose\CoseSigner.cs (1)
198nameof(HashAlgorithmName.SHA512) => KnownCoseAlgorithms.PS512,
System\Security\Cryptography\Cose\KnownCoseAlgorithms.cs (3)
27(alg > ES384 || alg < PS512) && 49nameof(PS512) => PS512,