AppendPrivateKeyInfo (Stringlist function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
Line 10: Line 10:
<tr><th>%number</th><td>number</td></tr>
<tr><th>%number</th><td>number</td></tr>
<tr><th>sl</th>
<tr><th>sl</th>
<td>Stringlist object</td></tr>
<td>A <var>Stringlist</var> object to receive the private key information.</td></tr>
<tr><th>stringlist</th>
<td><var>Stringlist</var> object</td></tr>
<tr><th>sl</th>
<tr><th>sl</th>
<td>Stringlist object</td></tr>
<td>A <var>Stringlist</var> object that contains the base-64 encoded text of an RSA private key.</td></tr>
<tr><th><var>Password</var></th>
<tr><th><var>Password</var></th>
<td>string</td></tr>
<td>This optional, [[Notation conventions for methods#Named parameters|name allowed]], parameter is a string that contains </td></tr>
</table>
</table>



Revision as of 16:13, 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 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