GeneratedPrivateKey (System function)
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
%privateKey | string |
---|---|
%(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 ??. |