RSACryptoServiceProvider: ToXmlString

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.

Remarks

See Also

Project VBCorLib Overview Class RSACryptoServiceProvider Overview RSACryptoServiceProvider Properties RSACryptoServiceProvider Methods ToString VerifyData