Data.DBXCommon.TX509Certificate.GetSigAlgName

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

C++

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

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