2 references to Sign1AlgDoesNotMatchWithTheOnesSupportedByTypeOfKey
System.Security.Cryptography.Cose (2)
System\Security\Cryptography\Cose\CoseHelpers.cs (2)
269
_ => throw new CryptographicException(SR.Format(SR.
Sign1AlgDoesNotMatchWithTheOnesSupportedByTypeOfKey
, algorithm, typeof(ECDsa)))
280
_ => throw new CryptographicException(SR.Format(SR.
Sign1AlgDoesNotMatchWithTheOnesSupportedByTypeOfKey
, algorithm, typeof(RSA)))