Data.DBXCommon.TCertificate.GetPublicKey
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TCertificate |
Delphi
function GetPublicKey: TPublicKey; overload; virtual; abstract;
C++
virtual TPublicKey* __fastcall GetPublicKey() = 0 /* overload */;
Description
Virtual abstract method to be implemented in child classes.
The GetPublicKey virtual abstract method is intended to be implemented in child classes to return the public key from the certificate.