3 references to Sign1SignUnsupportedHashAlgorithm
System.Security.Cryptography.Cose (3)
System\Security\Cryptography\Cose\CoseKey.cs (3)
279
_ => throw new ArgumentException(SR.Format(SR.
Sign1SignUnsupportedHashAlgorithm
, hashAlgorithm.Name), nameof(hashAlgorithm))
290
_ => throw new ArgumentException(SR.Format(SR.
Sign1SignUnsupportedHashAlgorithm
, hashAlgorithm.Name), nameof(hashAlgorithm))
301
_ => throw new ArgumentException(SR.Format(SR.
Sign1SignUnsupportedHashAlgorithm
, hashAlgorithm.Name), nameof(hashAlgorithm))