AppendPrivateKeyInfo (Stringlist function)
Add RSA private key information to a Stringlist (Stringlist class)
[Requires Janus Network Security]
This callable method adds lines from the information section of an SSL private key to the end of a Stringlist.
Syntax
[%number =] sl:AppendPrivateKeyInfo[( [sl], [[Password=] string])]
Syntax terms
%number | number |
---|---|
sl | A Stringlist object to receive the private key information. |
sl | A Stringlist object that contains the base-64 encoded text of an RSA private key. |
Password | This optional, name allowed, parameter is a string that contains |