Rsa.FromXMLString(String, Rsa.XmlOptions) Method
Create an RSA key string in internal format from an XML string with options.
Syntax
[C#]
public static string FromXMLString(
string xmlString,
Rsa.XmlOptions options
)
[VB]
Public Shared Function FromXMLString (
xmlString As String,
options As Rsa.XmlOptions
) As String
Parameters
- xmlString String
- The XML string to use to reconstruct the RSA key
- options Rsa.XmlOptions
- Option flags: set as zero for defaults.
Return Value
String
Key string in internal format or empty string on error
See Also
VB6/C equivalent: RSA_FromXMLString
[Contents] [Index]