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

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