IBX.IBServices.TIBEncryptionTypes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TIBEncryptionTypes = (encDES, encAES);

C++

enum DECLSPEC_DENUM TIBEncryptionTypes : unsigned char { encDES, encAES };

Properties

Type Visibility Source Unit Parent
enum public
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices IBX.IBServices

Description

Enumeration for encryption types.

encAES requires a special type of InterBase license.

For full information about InterBase encryption, see the InterBase Data Definition Guide.

See Also