CertificateRequest (String function)

From m204wiki
Revision as of 18:19, 14 July 2014 by JALWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Create a certificate request from a private key (String class)

[Requires Janus Network Security]


This page is under construction.

Syntax

%certRequest = string:CertificateRequest[( [Country= string], - [State= string], [City= string], - [Organization= string], - [OrganizationalUnit= string], - [CommonName= 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 ??.
SignatureAlgorithm DigestAlgorithm value
This default value of this argument is ??.

Usage notes

Examples

See also