TdxX509Certificate.ValidFrom Property
Returns the date when the certificate becomes valid to use.
Declaration
property ValidFrom: TDateTime read;
Property Value
Type |
---|
TDateTime |
Remarks
The ValidFrom and ValidTo property values define the period when you can use the certificate according to its purpose.
In most cases, the ValidFrom date matches the issue date.
See Also