Certificate.ValidFrom Property

Definition

Gets the date and time after which the certificate is valid.

public:
 property DateTime ValidFrom { DateTime get(); };
DateTime ValidFrom();
public System.DateTimeOffset ValidFrom { get; }
var dateTime = certificate.validFrom;
Public ReadOnly Property ValidFrom As DateTimeOffset

Property Value

The date and time after which the certificate is valid.

Applies to