Dot net DLL signing issue

I am using Java SDK to generate the private key and certificate. It was successfully working when I used them on Java SDK sign, But when I used them on the dot net application it failed on “Generating Digital Signature”. what could be the reason?

Dear,

please note that our team is working to solve issues with .NET as soon as possible & it will be fixed soon.

It’s working with me when I chnage the private key to PEM format.

-----BEGIN EC PRIVATE KEY-----
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-----END EC PRIVATE KEY-----

Is there any update about the issue?

Dear Ammar,

I faced this issue and it’s worked with me.
see the details on this thread.