Search code examples
.netencryptioncryptographyrsacryptoapi

RSACryptoServiceProvider.ExportCspBlob data format


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?


Solution

  • Very useful documentation on the exported blob types: Base Provider Key BLOBs