API:Data.DBXCommonIndy.TX509CertificateIndy.GetSignature

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSignature: string; override;

C++

virtual System::UnicodeString __fastcall GetSignature();

Properties

Type Visibility Source Unit Parent
function public
Data.DBXCommonIndy.pas
Data.DBXCommonIndy.hpp
Data.DBXCommonIndy TX509CertificateIndy

Description

Virtual abstract method to be implemented in child classes to get the signature value from the certificate.

Data.DBXCommonIndy.TX509CertificateIndy.GetSignature inherits from Data.DBXCommon.TX509Certificate.GetSignature. All content below this line refers to Data.DBXCommon.TX509Certificate.GetSignature.

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