Get Start with BouncyCastle crypto dll c#
问题 I'm starter with cryptography I woul like to use BouncyCastle .dll for c# but I cannot found documentation and examples. In particulary I need to use to sign files with pkcs#7 (.p7m results) and add to them RFC 3161–compliant, time stamps from trusted server (.m7m results). somebody can suggest where I can found examples and documentation to do this ? Thanking in advance Best regards 回答1: I put together this little example for another question here on #SO, but it applies to you as well: using