Data.DBXCommon.TKey.GetAlgorithm

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: TKey

Delphi

function GetAlgorithm: string; virtual; abstract;

C++

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

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