CertificateValidFromDate Property |
Gets the date the certificate is valid from.
Namespace: MailBee.SecurityAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public 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