AppendPrivateKeyInfo (Stringlist function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
Line 13: Line 13:
<tr><th>stringlist</th>
<tr><th>stringlist</th>
<td><var>Stringlist</var> object</td></tr>
<td><var>Stringlist</var> object</td></tr>
<tr><th>sl</th>
<td>Stringlist object</td></tr>
<tr><th><var>Password</var></th>
<tr><th><var>Password</var></th>
<td>string</td></tr>
<td>string</td></tr>

Revision as of 14:34, 7 May 2012

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 Stringlist object
stringlist Stringlist object
sl Stringlist object
Password string

Usage notes

Examples

See also