FireDAC.Phys.IBBase.TIBEncryptionType
Delphi
TIBEncryptionType = (ecDES, ecAES);
C++
enum DECLSPEC_DENUM TIBEncryptionType : unsigned int { ecDES, ecAES };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | FireDAC.Phys.IBBase.pas FireDAC.Phys.IBBase.hpp |
FireDAC.Phys.IBBase | FireDAC.Phys.IBBase |
Description
Specifies the Interbase encryption type.
TFDIBProtocol specifies two different Interbase encryption types:
| Name | Description |
|---|---|
| ecDES | Data Encryption Standard |
| ecAES | Advanced Encryption Standard |
This is used inside the TFDIBSecurity class.