notAfterTime property

String? notAfterTime
getter/setter pair

The time after which the certificate is expired.

Per RFC 5280, the validity period for a certificate is the period of time from not_before_time through not_after_time, inclusive. Corresponds to 'not_before_time' + 'lifetime' - 1 second.

Implementation

core.String? notAfterTime;