Data.DBXCommon.TX509Certificate.GetNotAfter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetNotAfter: TDateTime; virtual; abstract;

C++

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

Properties

Type Visibility Source Unit Parent
function public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TX509Certificate

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