I am new to BouncyCastle Crypto and cryptography. I downloaded the code and looking to create S/MIME encrypted Enveloped Messages using C#. I searched online and I see there are lot of examples using Java but don’t see any examples using C#. Could you please let me know if there are any links for documentation or examples? Thanks for any suggestions.
I am new to BouncyCastle Crypto and cryptography. I downloaded the code and looking
Share
Unfortunately, the C# version does not implement S/MIME, although it does implement much of the underlying CMS formats. The reason, at least at the time the majority of it was ported from Java, was the absence of any equivalent to the JavaMail API for .NET.