Data.DBXCommon.TX509Certificate.GetSignature

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSignature: string; virtual; abstract;

C++

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

The GetSignature virtual abstract method is to be implemented in child classes to get the signature value (the raw signature bits) from the certificate.

Note: The signature is returned as a string.

See Also