Data.DBXCommon.TX509Certificate.GetVersion

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 GetVersion: LongInt; virtual; abstract;

C++

virtual System::LongInt __fastcall GetVersion() = 0 ;

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