CertificateValidToDate Property
Gets the date the certificate certificate is no longer valid from.

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

Property Value

Type: DateTime
A DateTime value representing the date when the certificate expires and becomes 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