API:Data.DBXCommonIndy.TX509CertificateIndy.GetVersion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetVersion: LongInt; override;

C++

virtual int __fastcall GetVersion();

Properties

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

Description

Virtual abstract method to be implemented in child classes to get the version number value from the certificate.

Data.DBXCommonIndy.TX509CertificateIndy.GetVersion inherits from Data.DBXCommon.TX509Certificate.GetVersion. All content below this line refers to Data.DBXCommon.TX509Certificate.GetVersion.

Virtual abstract method to be implemented in child classes to get the version number value from the certificate.

The GetVersion virtual abstract method is to be implemented in child classes to get the version number value from the certificate. The version value is a number of type Longint.

See Also