Skip to content

IDX10690

George Krechar edited this page Nov 29, 2018 · 3 revisions

IDX10690: ECDsa creation is not supported by NETSTANDARD1_4.

This exception message can be generated when constructing an 'AsymmetricSignatureProvider', using 'JsonWebKey' with the key type set to EllipticCurve ("EC"), and when targeting netstandard-1.4.


'ECParameters' struct is not supported by netstandard-1.4 and hence it's not possible to import elliptic curve parameters.

Solution: Reference IdentityModel's netstandard-2.0 target in your project.

Clone this wiki locally