Data.DBXCommonIndy.TX509CertificateIndy.GetVersion

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DBXCommonIndy.pas
Data.DBXCommonIndy.hpp
Unit: Data.DBXCommonIndy
Parent: TX509CertificateIndy

Delphi

function GetVersion: LongInt; override;

C++

virtual System::LongInt __fastcall GetVersion();

Description

Returns the version number value from the certificate.

The GetVersion method returns the version number value from the certificate. The version value is a number of type Longint.

See Also