CertificatePrincipal Type
Constructors
| Constructor |
Description
|
Full Usage:
CertificatePrincipal(commonName, organizations, organizationUnits, locality, state, country)
Parameters:
string
-
Common Name.
organizations : string[]
-
Organization names.
organizationUnits : string[]
-
Organization Unit names.
locality : string
-
Locality.
state : string
-
State or province.
country : string
-
Country or region.
Returns: CertificatePrincipal
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.commonName
|
Common Name. |
Full Usage:
this.country
|
Country or region. |
Full Usage:
this.locality
|
Locality. |
Full Usage:
this.organizationUnits
|
Organization Unit names. |
Full Usage:
this.organizations
|
Organization names. |
Full Usage:
this.state
|
State or province. |
fable-electron-docs-api