Header menu logo fable-electron-docs-api

CertificatePrincipal Type

Constructors

Constructor Description

CertificatePrincipal(commonName, organizations, organizationUnits, locality, state, country)

Full Usage: CertificatePrincipal(commonName, organizations, organizationUnits, locality, state, country)

Parameters:
    commonName : 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
commonName : 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

this.commonName

Full Usage: this.commonName

Common Name.

this.country

Full Usage: this.country

Country or region.

this.locality

Full Usage: this.locality

Locality.

this.organizationUnits

Full Usage: this.organizationUnits

Organization Unit names.

this.organizations

Full Usage: this.organizations

Organization names.

this.state

Full Usage: this.state

State or province.

Type something to start searching.