Data.DBXCommon.TX509Certificate.GetNotAfter

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TX509Certificate

Delphi

function GetNotAfter: TDateTime; virtual; abstract;

C++

virtual System::TDateTime __fastcall GetNotAfter() = 0 ;

Description

Virtual abstract method to be implemented in child classes to get the NotAfter date from the validity period of the certificate.

The GetNotAfter virtual abstract method is to be implemented in child classes to get the NotAfter date from the validity period of the certificate.

GetNotAfter returns the end date of the validity period.

See Also