Rsa.FromXMLString Method (String)
Create an RSA key string in internal format from an XML string.
Syntax
[C#]
public static string FromXMLString(
string xmlString
)
[VB.NET]
Public Shared Function FromXMLString ( _
xmlString As String _
) As String
Parameters
- xmlString
- The XML string to use to reconstruct the RSA key
Return Value
Key string in internal format or empty string on error
Remarks
Creates an internal private key string if the XML contains private key parameters, otherwise an internal public key string.
See Also
VB6/C equivalent: RSA_FromXMLString
[Contents] [Index]