cef_x509certificate_t.get_pemencoded_issuer_chain

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.

struct cef_x509certificate_t
extern (System)
void function(cef_x509certificate_t* self, size_t* chainCount, cef_binary_value_t** chain) nothrow get_pemencoded_issuer_chain;

Meta