CertificateValidToDate Property |
Gets the date the certificate certificate is no longer valid from.
Namespace: MailBee.SecurityAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public DateTime ValidToDate { get; }
Public ReadOnly Property ValidToDate As DateTime
Get
Property Value
Type:
DateTimeA
DateTime value representing the date when the certificate expires and becomes no longer valid, or
MinValue if the date could not be parsed.
Exceptions Examples See Also