CryptoCertificateEntity interface
Information on an entity (distinguished name) in a cryptographic certificate.
Properties
common |
Common name of the certificate entity. |
country | Country code of the certificate entity. |
organization | Organization of the certificate entity. |
organizational |
The organizational unit of the certificate entity. |
state | Geographical state or province of the certificate entity. |
Property Details
commonName
Common name of the certificate entity.
commonName?: string
Property Value
string
country
Country code of the certificate entity.
country?: string
Property Value
string
organization
Organization of the certificate entity.
organization?: string
Property Value
string
organizationalUnit
The organizational unit of the certificate entity.
organizationalUnit?: string
Property Value
string
state
Geographical state or province of the certificate entity.
state?: string
Property Value
string