Data.DBXCommon.TX509Certificate.GetNotBefore

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 GetNotBefore: TDateTime; virtual; abstract;

C++

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

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