Data.DBXCommon.TX509Certificate.GetType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetType: string; override;

C++

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

Properties

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

Description

Specifies the type of the certificate for all its subclasses.

The GetType method specifies the type of the certificate for all its subclasses. GetType returns the 'X.509' string constant.