Data.DBXCommon.TX509Certificate.GetSerialNumber

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSerialNumber: string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall GetSerialNumber() = 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 serial number value from the certificate.

The GetSerialNumber virtual abstract method is to be implemented in child classes to get the serial number value of the certificate.

Note: The serial number is a unique number assigned by the Certificate Authority (CA) to each certificate.

See Also