DSACryptoServiceProvider: ToXmlString

ToXmlString

Exports the DSA key as 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 as well.

Return Values

String -  An XML string representation of the DSA key.

See Also

Project CorLib Overview

Class DSACryptoServiceProvider Overview