SignedClientCertificate (String function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
No edit summary
 
Line 1: Line 1:
{{Template:String:SignedClientCertificate subtitle}}
{{Template:String:SignedClientCertificate subtitle}}
This page is [[under construction]].
This page is [[under construction]].
==Syntax==
==Syntax==

Latest revision as of 21:37, 3 September 2015

Sign a client certificate request (String class)

[Requires Janus Network Security]

This page is under construction.

Syntax

[%signedCert =] string:SignedClientCertificate( [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