IBX.IBServices.TIBConfigService.GrantEncryptionTo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GrantEncryptionTo(Grant : Boolean; keyName, userName : string);

C++

void __fastcall GrantEncryptionTo(bool Grant, System::UnicodeString keyName, System::UnicodeString userName);

Properties

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

Description

Grants or revokes encryption rights on a specific key for a specific user.

  • Grant specifies whether the rights are granted or revoked. If Grant is True, the rights are granted, otherwise the rights are revoked.
  • keyName represents the key for which the rights are granted/revoked.
  • userName represents the user for which the rights are granted/revoked.

GrantEncryptionTo can be called only by the SYSDSO user.

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

See Also