AppendPrivateKeyInfo (Stringlist function)

From m204wiki
Revision as of 16:13, 7 May 2012 by JAL2 (talk | contribs)
Jump to navigation Jump to search

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

%numbernumber
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

Usage notes

Examples

See also