CertificateValidFromDate Property |
Gets the date the certificate is valid from.
Namespace: MailBee.SecurityAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic DateTime ValidFromDate { get; }
Public ReadOnly Property ValidFromDate As DateTime
Get
Property Value
Type:
DateTimeA
DateTime value representing the date from which the certificate gets no longer valid, or
MinValue if the date could not be parsed.
Exceptions
Examples
See Also