IBX.IBServices.TIBConfigService.DropEncryptionKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DropEncryptionKey(keyname : String; cascade : Boolean);

C++

void __fastcall DropEncryptionKey(System::UnicodeString keyname, bool cascade);

Properties

Type Visibility Source Unit Parent
procedure
function
public
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices TIBConfigService

Description

Drops an encryption key.

cascade specifies whether the encryption key is dropped for the columns that were using it.

DropEncryptionKey can be used only by the SYSDSO user.

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

See Also