DSA: ToXmlString

ToXmlString

Exports the DSA key to an XML string.



 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 exported.

Return Values

String -  An XML string of the DSA key.

See Also

Project CorLib Overview

Class DSA Overview