Data.DBXCommon.TX509Certificate.GetNotBefore

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetNotBefore: TDateTime; virtual; abstract;

C++

virtual System::TDateTime __fastcall GetNotBefore() = 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 NotBefore date from the validity period of the certificate.

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

GetNotBefore returns the start date of the validity period.

See Also