ExportCspBlob
 Exports the key information as a CryptoAPI PRIVATEKEYBLOB or PUBLICKEYBLOB structure.
 Public Function ExportCspBlob(
	  ByVal IncludePrivateParameters As Boolean ) As Byte ( )
Parameters
- IncludePrivateParameters
- 
[ByVal]
 Boolean.
  A flag indicating if only the public key should be exported
 or is both the public and private keys should be exported.
 
Return Values
Byte() -  An exported key blob structure.
See Also
Project CorLib Overview
Class RSACryptoServiceProvider Overview