Data.DBXCommon.TX509Certificate.GetType
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TX509Certificate |
Delphi
function GetType: string; override;
C++
virtual System::UnicodeString __fastcall GetType()/* overload */;
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.