Data.DBXCommonIndy.TX509CertificateIndy.GetNotAfter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetNotAfter: TDateTime; override;

C++

virtual System::TDateTime __fastcall GetNotAfter();

Properties

Type Visibility Source Unit Parent
function public
Data.DBXCommonIndy.pas
Data.DBXCommonIndy.hpp
Data.DBXCommonIndy TX509CertificateIndy

Description

Returns the end date of the validity period.

The GetNotAfter returns the end date of the validity period.

See Also