ExportCspBlob
 Returns a Crypto API blob from the Asymmetric algorithm.
 Public Function ExportCspBlob(
	  ByVal IncludePrivateParameters As Boolean ) As Byte ( ) :
Parameters
- IncludePrivateParameters
 - 
[ByVal]
 Boolean.
  A flag indicating if the Blob should contain
 information considered private and sensative. The private information is usually
 information required to encrypt or sign data.
 
 
Return Values
Byte() -  A Byte array containing the Crypto API blob information.
See Also
Project CorLib Overview
Class ICspAsymmetricAlgorithm Overview