API:Data.DBXCommon.TX509Certificate.GetType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetType: string; override;

C++

virtual System::UnicodeString __fastcall GetType()/* overload */;

Properties

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

Description

Virtual abstract method to be implemented in child classes.

Data.DBXCommon.TX509Certificate.GetType inherits from Data.DBXCommon.TCertificate.GetType. All content below this line refers to Data.DBXCommon.TCertificate.GetType.

Virtual abstract method to be implemented in child classes.

The GetType virtual abstract method is intended to be implemented in child classes to return the type of the certificate.

See Also