Data.DBXCommonIndy.TX509CertificateIndy.GetFileType
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXCommonIndy.pas Data.DBXCommonIndy.hpp
| |
Unit: Data.DBXCommonIndy | |
Parent: TX509CertificateIndy |
Delphi
function GetFileType(CertFile: string): Integer;
C++
int __fastcall GetFileType(System::UnicodeString CertFile);
Description
Determines the certificate file type. Returns a TDBXX509 Filetypes Integer constant.
The accepted parameter CertFile
is the full name of the certificate file.