API:Data.DBXCommon.TPublicKey

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommon.TKeySystem.TObjectTPublicKey

Delphi

TPublicKey = class abstract(TKey)

C++

class PASCALIMPLEMENTATION TPublicKey : public TKey

Properties

Type Visibility Source Unit Parent
class public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon Data.DBXCommon

Description

Base class for all keys.

Data.DBXCommon.TPublicKey inherits from Data.DBXCommon.TKey. All content below this line refers to Data.DBXCommon.TKey.

Base class for all keys.

The TKey abstract class is the base class for all keys. TKey defines the functionality shared by all key objects.

Note: All keys have three attributes: an algorithm, an encoded form, and a format.

See Also