MailBee.NET Objects 4.0

Certificate.ValidFromDate Property

Gets the date the certificate is valid from.

public System.DateTime ValidFromDate {get;}

Property Value

A DateTime value representing the date from which the certificate gets no longer valid, or MinValue if the date could not be parsed.

Exceptions

Exception Type Condition
MailBeeDateParsingException A date parsing error occurred and ThrowExceptions is true.

Example

The example is available in Certificate topic.

See Also

Certificate Class | MailBee.Security Namespace | ValidToDate