CertificateInfo.isValid

bool isValid() const pure @safe nothrow @nogc

Check if the certificate information is valid.

A certificate is considered valid if it has non-empty subject, issuer, and validity period fields.

Returns

true if all essential certificate fields are populated.