ClientCertificateRequest (String function): Difference between revisions

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

Revision as of 20:56, 3 September 2015

Create a client certificate request from a public key (String class)

[Requires Janus Network Security]

This page is under construction.

Syntax

%certRequest = string:ClientCertificateRequest[( [Country= string], - [State= string], - [City= string], - [Organization= string], - [OrganizationalUnit= string], - [CommonName= string], - [Challenge= string], - [SignatureAlgorithm= digestAlgorithm])] Throws PKCSError

Syntax terms

%certRequeststring
string string
Country string
This default value of this argument is ??.
State string
This default value of this argument is ??.
City string
This default value of this argument is ??.
Organization string
This default value of this argument is ??.
OrganizationalUnit string
This default value of this argument is ??.
CommonName string
This default value of this argument is ??.
Challenge string
This default value of this argument is ??.
SignatureAlgorithm DigestAlgorithm value
This default value of this argument is ??.

Usage notes

Examples

See also