RsaFromXMLString(String) Method |
Create an RSA key string in internal format from an XML string.
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntaxpublic static string FromXMLString(
string xmlString
)
Public Shared Function FromXMLString (
xmlString As String
) As String
Parameters
- xmlString String
- The XML string to use to reconstruct the RSA key
Return Value
StringKey string in internal format or empty string on error
RemarksCreates an internal private key string if the XML contains private key parameters, otherwise an internal public key string.
See Also