Base structure.
Returns the DER encoded data for the X.509 certificate.
Returns the DER encoded data for the certificate issuer chain. If we failed to encode a certificate in the chain it is still present in the array but is an NULL string.
Returns the issuer of the X.509 certificate.
Returns the number of certificates in the issuer chain. If 0, the certificate is self-signed.
Returns the PEM encoded data for the X.509 certificate.
Returns the PEM encoded data for the certificate issuer chain. If we failed to encode a certificate in the chain it is still present in the array but is an NULL string.
Returns the DER encoded serial number for the X.509 certificate. The value possibly includes a leading 00 byte.
Returns the subject of the X.509 certificate. For HTTPS server certificates this represents the web server. The common name of the subject should match the host name of the web server.
Returns the date after which the X.509 certificate is invalid. CefBaseTime.GetTimeT() will return 0 if no date was specified.
Returns the date before which the X.509 certificate is invalid. CefBaseTime.GetTimeT() will return 0 if no date was specified.
Structure representing a X.509 certificate.