5 references to PS256
System.Security.Cryptography.Cose (5)
System\Security\Cryptography\Cose\CoseHelpers.cs (2)
277KnownCoseAlgorithms.PS256 or KnownCoseAlgorithms.RS256 => HashAlgorithmName.SHA256, 290Debug.Assert(algorithm >= KnownCoseAlgorithms.PS512 && algorithm <= KnownCoseAlgorithms.PS256);
System\Security\Cryptography\Cose\CoseSigner.cs (1)
196nameof(HashAlgorithmName.SHA256) => KnownCoseAlgorithms.PS256,
System\Security\Cryptography\Cose\KnownCoseAlgorithms.cs (2)
47nameof(PS256) => PS256,