4 references to Sign1UnknownCoseAlgorithm
System.Security.Cryptography.Cose (4)
System\Security\Cryptography\Cose\KnownCoseAlgorithms.cs (4)
30throw new CryptographicException(SR.Format(SR.Sign1UnknownCoseAlgorithm, alg)); 35=> throw new CryptographicException(SR.Format(SR.Sign1UnknownCoseAlgorithm, alg)); 38=> throw new CryptographicException(SR.Format(SR.Sign1UnknownCoseAlgorithm, BigInteger.MinusOne - new BigInteger(alg))); 53_ => throw new CryptographicException(SR.Format(SR.Sign1UnknownCoseAlgorithm, algString))