IBX.IBServices.TIBConfigService.GrantEncryptionTo
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.
Grantspecifies whether the rights are granted or revoked. IfGrantis True, the rights are granted, otherwise the rights are revoked.keyNamerepresents the key for which the rights are granted/revoked.userNamerepresents 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.