Any alternatives to signedCMS.decode on windows?
- by JL
Unfortunately .net functionality using cryptoAPI does not work reliably enough for the task I have.
Is there a direct equivalent way for me to decode a signedCMS on windows, using anything other than signedCMS.decode cryptoAPI functionality or CNG.
Thanks