SignedCertificate (String function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (→‎See also: add links)
m (→‎See also: add link)
Line 34: Line 34:
<var>System</var> methods: </p>
<var>System</var> methods: </p>
<ul>
<ul>
<li><var>[[GeneratedPrivateKey (System function)|GeneratedPrivateKey]]</var></li>
<li><var>[[ClientCertificate (System function)|ClientCertificate]]</var>, <li><var>[[GeneratedPrivateKey (System function)|GeneratedPrivateKey]]</var> </li>
</ul>
</ul>
<p>
<p>

Revision as of 20:08, 14 March 2016

Sign a certificate request (String class)

[Requires Janus Network Security]

This page is under construction.

Syntax

[%signedCert =] string:SignedCertificate( [PrivateKey=] string, - [[Signer=] string], - [[StartDate=] string], - [[EndDate=] string], - [[SerialNumber=] number], - [SignatureAlgorithm= digestAlgorithm]) Throws PKCSError

Syntax terms

%signedCertstring
string string
PrivateKey string
Signer string
This default value of this argument is ??.
StartDate string
This default value of this argument is ??.
EndDate string
This default value of this argument is ??.
SerialNumber number
This default value of this argument is ??.
SignatureAlgorithm DigestAlgorithm value
This default value of this argument is ??.

Usage notes

Examples

See also

String methods:

System methods:

Stringlist methods: