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