Data.DBXCommon.TX509Certificate.GetSigAlgName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSigAlgName: string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall GetSigAlgName() = 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 algorithm name for the certificate's signature algorithm.

The GetSigAlgName virtual abstract method is to be implemented in child classes to get the signature algorithm name for the certificate's signature algorithm.

Note: An eloquent example would be the 'SHA-1/DSA' string.

See Also