API:IBX.IBServices.TIBConfigService.CreateEncryptionKey
Delphi
procedure CreateEncryptionKey(keyname : String; Default : Boolean; EncryptType : TIBEncryptionTypes; WithLength : integer; Password : String; RandomInitvector : Boolean; RandomPad : Boolean; Description : String);
C++
void __fastcall CreateEncryptionKey(System::UnicodeString keyname, bool Default, TIBEncryptionTypes EncryptType, int WithLength, System::UnicodeString Password, bool RandomInitvector, bool RandomPad, System::UnicodeString Description);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | IBX.IBServices.pas IBX.IBServices.hpp |
IBX.IBServices | TIBConfigService |
Description
Embarcadero Technologies does not currently have any additional information.