RSA: ToXmlString |
Returns an Xml representation of the key for this RSA instance.
Public Function ToXmlString( ByVal IncludePrivateParameters As Boolean ) As String
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.