cef_x509certificate_t.get_valid_expiry

Returns the date after which the X.509 certificate is invalid. CefBaseTime.GetTimeT() will return 0 if no date was specified.

struct cef_x509certificate_t
extern (System)
cef_basetime_t function(cef_x509certificate_t* self) nothrow get_valid_expiry;

Meta