Data.DBXCommon.TX509Certificate.GetVersion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetVersion: LongInt; virtual; abstract;

C++

virtual int __fastcall GetVersion() = 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 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