ClientCertificateRequest (String function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (→‎See also: add lists of links)
m (add syntax items)
Line 1: Line 1:
{{Template:String:ClientCertificateRequest subtitle}}
{{Template:String:ClientCertificateRequest subtitle}}
This page is [[under construction]].
This page is [[under construction]].
==Syntax==
==Syntax==
{{Template:String:ClientCertificateRequest syntax}}
{{Template:String:ClientCertificateRequest syntax}}
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table>
<tr><th>%certRequest</th><td>string</td></tr>
<tr><th>%certRequest</th><td>string</td></tr>
<tr><th>string</th>
<tr><th>string</th>
<td>string</td></tr>
<td>string</td></tr>
<tr><th><var>Country</var></th>
<tr><th><var>Country</var></th>
<td>string<br/>This default value of this argument is [[??]].</td></tr>
<td>This optional, [[Notation conventions for methods#Named parameters|name required]], string argument inserts a country value into the generated client certificate request. </td></tr>
 
<tr><th><var>State</var></th>
<tr><th><var>State</var></th>
<td>string<br/>This default value of this argument is [[??]].</td></tr>
<td>This optional, name required, string argument inserts a state/province value into the generated client certificate request. </td></tr>
 
<tr><th><var>City</var></th>
<tr><th><var>City</var></th>
<td>string<br/>This default value of this argument is [[??]].</td></tr>
<td>This optional, name required, string argument inserts a locality value into the generated client certificate request. </td></tr>
 
<tr><th><var>Organization</var></th>
<tr><th><var>Organization</var></th>
<td>string<br/>This default value of this argument is [[??]].</td></tr>
<td>This optional, name required, string argument inserts an organization value into the generated client certificate request. </td></tr>
 
<tr><th><var>OrganizationalUnit</var></th>
<tr><th><var>OrganizationalUnit</var></th>
<td>string<br/>This default value of this argument is [[??]].</td></tr>
<td>This optional, name required, string argument inserts an organization unit (OU) value into the generated client certificate request. </td></tr>
 
<tr><th><var>CommonName</var></th>
<tr><th><var>CommonName</var></th>
<td>string<br/>This default value of this argument is [[??]].</td></tr>
<td>This optional, name required, string argument inserts a common-name (CN) value into the generated client certificate request.
<p></p></td></tr>
 
<tr><th><var>Challenge</var></th>
<tr><th><var>Challenge</var></th>
<td>string<br/>This default value of this argument is [[??]].</td></tr>
<td>string<br/>This default value of this argument is [[??]].</td></tr>
<tr><th><var>SignatureAlgorithm</var></th>
<tr><th><var>SignatureAlgorithm</var></th>
<td><var>DigestAlgorithm</var> value<br/>This default value of this argument is [[??]].</td></tr>
<td>This optional, name required, argument is a <var>[[DigestAlgorithm enumeration|DigestAlgorithm]]</var> enumeration value. Valid values are: <var>MD5</var>, <var>SHA1</var>, <var>SHA256</var>, <var>SHA384</var> (Model 204 7.7 and later), and <var>SHA512</var> (Model 204 7.7 and later).
<p class="note"><b>Note:</b> Although supported and currently the default, most modern browsers are deprecating <var>SHA1</var>.</p></td></tr>
</table>
</table>
==Usage notes==
==Usage notes==
==Examples==
==Examples==
==See also==
==See also==
<p>
<p>

Revision as of 21:12, 16 May 2016

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 This optional, name required, string argument inserts a country value into the generated client certificate request.
State This optional, name required, string argument inserts a state/province value into the generated client certificate request.
City This optional, name required, string argument inserts a locality value into the generated client certificate request.
Organization This optional, name required, string argument inserts an organization value into the generated client certificate request.
OrganizationalUnit This optional, name required, string argument inserts an organization unit (OU) value into the generated client certificate request.
CommonName This optional, name required, string argument inserts a common-name (CN) value into the generated client certificate request.

Challenge string
This default value of this argument is ??.
SignatureAlgorithm This optional, name required, argument is a DigestAlgorithm enumeration value. Valid values are: MD5, SHA1, SHA256, SHA384 (Model 204 7.7 and later), and SHA512 (Model 204 7.7 and later).

Note: Although supported and currently the default, most modern browsers are deprecating SHA1.

Usage notes

Examples

See also

String methods:

Stringlist methods:

System methods:

Socket methods: