I also could not find the C # -documentation for the Bouncy Castle API. It seems as if it does not exist.
But you can go this way. Download library sources and look at them a bit. The code actually looks like Java code, but has minimal differences:
- Some base classes moved to interfaces
- All methods and properties are named in "UpperCamelCase"
Therefore, you are free to use Java-documentation. And finally, a few examples of its use in C # .
In addition, I want to add, the answer to this question will really help me at a time.
Shad
source share