ToXmlString
 Exports the RSA key to an Xml string.
 Public Function ToXmlString(
	  ByVal IncludePrivateParameters As Boolean ) As String
Parameters
- IncludePrivateParameters
- 
[ByVal]
 Boolean.
  A flag indicating if the private portions of the key should be exported.
 
Return Values
String -  An Xml representation of the RSA key.
See Also
Project CorLib Overview
Class RSACryptoServiceProvider Overview