GeneratedPrivateKey (System function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
Line 6: Line 6:
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%privateKey</th><td>string</td></tr>
<tr><th nowrap>%privateKey</th><td>string</td></tr>
<tr><th nowrap="true"><var>%(System)</var></th>
<tr><th nowrap><var>%(System)</var></th>
<td>The class name in parentheses denotes a shared method. <var>GeneratedPrivateKey</var> can also be invoked via a <var>System</var> object variable, which may be <var>Null</var>.</td></tr>
<td>The class name in parentheses denotes a shared method. <var>GeneratedPrivateKey</var> can also be invoked via a <var>System</var> object variable, which may be <var>Null</var>.</td></tr>
<tr><th><var>Length</var></th>
<tr><th><var>Length</var></th>
Line 16: Line 16:
<td>string<br/>This default value of this argument is [[??]].</td></tr>
<td>string<br/>This default value of this argument is [[??]].</td></tr>
</table>
</table>
==Usage notes==
==Usage notes==
==Examples==
==Examples==
==See also==
==See also==
{{Template:System:GeneratedPrivateKey footer}}
{{Template:System:GeneratedPrivateKey footer}}

Revision as of 19:25, 3 September 2015

Generate an RSA private key (System class)

[Requires Janus Network Security]


This page is under construction.

Syntax

%privateKey = %(System):GeneratedPrivateKey[( [[Length=] number], - [[Exponent=] number], - [[Salt=] string])]

Syntax terms

%privateKeystring
%(System) The class name in parentheses denotes a shared method. GeneratedPrivateKey can also be invoked via a System object variable, which may be Null.
Length number
This default value of this argument is ??.
Exponent number
This default value of this argument is ??.
Salt string
This default value of this argument is ??.

Usage notes

Examples

See also