RSA: ToXmlString

ToXmlString

Returns an Xml representation of the key for this RSA instance.



 Public Function ToXmlString(
	  ByVal IncludePrivateParameters As Boolean ) As String

Parameters

IncludePrivateParameters
[ByVal] Boolean. A flag indicating if the private portion of the key should be included in the Xml string.

Return Values

String -  An Xml string representation of the RSA key.

Remarks

If the private portion is included, then another instance of an RSA implementation can use the key to encrypt values, otherwise, only enough information to decrypt is provided.

See Also

Project CorLib Overview

Class RSA Overview