Validity.isValidAt
bool isValidAt(long unixTime) const pure nothrow @safe @nogcChecks if the given time falls within the validity period.
Parameters
unixTime | The time to check as a Unix timestamp. |
Returns
True if the certificate is valid at the given time.