5 references to PS256
System.Security.Cryptography.Cose (5)
System\Security\Cryptography\Cose\CoseKey.cs (5)
93
CoseAlgorithm.
PS256
=> FromKey(rsaKey, RSASignaturePadding.Pss, HashAlgorithmName.SHA256),
139
alg != CoseAlgorithm.
PS256
&&
162
nameof(CoseAlgorithm.
PS256
) => CoseAlgorithm.
PS256
,
279
nameof(HashAlgorithmName.SHA256) => CoseAlgorithm.
PS256
,