We are exporting a public and private key. The private key is to be consumed by non .net software written in Magic. The developers have questions around the format of the exported key. Is there a whitepaper or other resource that explains the format of the exported data?
Asked
Active
Viewed 2,891 times
2 Answers
1
There was not much documentation when I looked years ago. You'll find some on MSDN but the most helpful are the C header files for CryptoAPI.
But if you consider code as documentation then I suggest you to read (disclaimer: mine) the Mono source code which has to interop with those structures.
You might also want to use the XML format, e.g. ToXmlString(true);
, which might prove easier to parse/use than the byte buffers.

poupou
- 43,413
- 6
- 77
- 174