If the current date is "before" the date set here, the certificate will be invalid.
A TimeSpan representing the earliest time the Certificate will be valid
cert.dateBeforeOffset = TimeSpan.seconds(-86400); // Certificate is invalid before yesterday
See Implementation
If the current date is "before" the date set here, the certificate will be invalid.