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.

Remarks

See Also

Project VBCorLib Overview Class DSA Overview DSA Properties DSA Methods ToString VerifySignature