Certificate.dateBeforeOffset

If the current date is "before" the date set here, the certificate will be invalid.

class Certificate
dateBeforeOffset

Parameters

t TimeSpan

A TimeSpan representing the earliest time the Certificate will be valid

Examples

cert.dateBeforeOffset = TimeSpan.seconds(-86400); // Certificate is invalid before yesterday

Meta