Data.DBXCommon.TKey.GetAlgorithm

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAlgorithm: string; virtual; abstract;

C++

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

Properties

Type Visibility Source Unit Parent
function public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TKey

Description

Virtual abstract method to be implemented in child classes.

The GetAlgorithm virtual abstract method is intended to be implemented in child classes to return the standard algorithm name for this key. GetAlgorithm returns a string indicating the type of the key. For example, 'DSA' would indicate that the key is a DSA key.

See Also