TdxX509Certificate.ValidTo Property
In This Article
Returns the certificate’s expiration date.
#Declaration
Delphi
property ValidTo: TDateTime read;
#Property Value
Type |
---|
TDate |
#Remarks
The ValidFrom and ValidTo property values define the period when you can use the certificate according to its purpose.
See Also