FireDAC.Phys.IBBase.TIBEncryptionType
| [–] Properties | |
|---|---|
| Type: enum | |
| Visibility: public | |
| Source: FireDAC.Phys.IBBase.pas FireDAC.Phys.IBBase.hpp
| |
| Unit: FireDAC.Phys.IBBase | |
| Parent: FireDAC.Phys.IBBase | |
Delphi
TIBEncryptionType = (ecDES, ecAES);
C++
enum DECLSPEC_DENUM TIBEncryptionType : unsigned int { ecDES, ecAES };
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.