cef_x509certificate_t.get_derencoded_issuer_chain

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.

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

Meta