CryptoSys PKI Pro Manual

rsaFromXMLString

Create an RSA key string in internal format from an XML string.

Syntax

[VBA]
Public Function rsaFromXMLString ( _
    szXmlString As String, _
    Optional nOptions As Long = 0 _
) As String

Parameters

szXmlString
The RSA public or private key in XML format.
nOptions
Use default zero to include the private key, if present, or add one of:
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.

Return Value

String: Key string in internal format or empty string on error.
[PREV: rsaEncrypt...]   [Contents]   [Index]   
   [NEXT: rsaKeyBits...]

Copyright © 2004-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-09-23T07:52:09Z.