Create an RSA key string in internal format from an XML string.
Public Function rsaFromXMLString ( _ szXmlString As String, _ Optional nOptions As Long = 0 _ ) As String
PKI_XML_EXCLPRIVATE
to exclude the private key even if present, or
PKI_XML_REQPRIVATE
to require the private key to exist in the XML input or fail.