struct CertificateContent

The content of the X.509 certificate.

References from:
ChainCertificate; NodeCredential; TrustedCertificate;
string[0..]
extensionContent
Contains the X.509 certificate extensions.

An extension string is displayed in Field:Value format.
string
issuer
The X.501 distinguished name of the CA that signed and issued the certificate.
string
keyUsage
The usage category for which the certificate was issued as defined by X.509 key usage extension.
string
publicKey
Carries the public key.
string
publicKeyAlgorithm
Identifies the algorithm of which this public key is an instance.
string
serialNumber
The serial number of the certificate assigned by the CA.
string
signatureAlgorithm
The identifier for the algorithm and hash function used by the CA in signing the certificate.
string
subject
The X.501 distinguished name of the subject associated with the public-key.
DateTime
validFrom
The certificate is valid from this date.
DateTime
validTo
The certificate is valid to this date.
string
version
The version of the encoded certificate.
  struct CertificateContent