CertificateValidFromDate Property
Gets the date the certificate is valid from.

Namespace: MailBee.Security
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public DateTime ValidFromDate { get; }

Property Value

Type: DateTime
A DateTime value representing the date from which the certificate gets no longer valid, or MinValue if the date could not be parsed.
Exceptions
ExceptionCondition
MailBeeDateParsingExceptionA date parsing error occurred and ThrowExceptions is true.
Examples
The example is available in Certificate topic.
See Also