CryptoSys PKI Toolkit Manual
Rsa.FromXMLString Method
Creates an RSA key string in internal format from an XML string
Syntax
[C#]
public static string FromXMLString(
string xmlString,
bool excludePrivateParams
)
[VB.NET]
Public Shared Function FromXMLString ( _
xmlString As String, _
excludePrivateParams As Boolean _
) As String
Parameters
- xmlString
- The XML string to use to reconstruct the RSA key
- excludePrivateParams
- Reconstruct public key details only
Return Value
Key string in internal format or empty string on error
Examples (VB.NET)
See
Example1
See Also
VB6/C equivalent: RSA_FromXMLString
[Contents] [Index]