CertificateValidToDate Property |
Gets the date the certificate certificate is no longer valid from.
Namespace: MailBee.SecurityAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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