Forum Discussion
I only used it in Java contexts, unfortunately, but I think Stack Overflow will have (as usual) some interesting stuff: https://stackoverflow.com/questions/6987699/pgp-encryption-and-decryption-using-bouncycastle-c-sharp
- sferguson2 years agoNew Contributor
Thank you! Late yesterday, I was able to find a VB.Net solution that works within Visual Studio, but not within OneStream. I'm getting the following error on every line that declares a Stream type:
Import of type 'Stream' from assembly or module 'System.Runtime.dll' failed.
- JackLacava2 years agoCommunity Manager
There might be some naming clash, or some incompatibility of .Net versions.
Worst case, you could build your BouncyCastle-requiring functionality as a separate executable, and execute it from the rule. Or build it as a DLL, then import and reference the DLL from the rule.
Related Content
- 2 months ago
- 9 months ago
- 4 years ago
- 2 years ago
- 10 months ago