Data.DBXCommon.TX509Certificate.GetSerialNumber

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 GetSerialNumber: string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall GetSerialNumber() = 0 ;

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