REVOKE.KEY |
![]() ![]() ![]() |
The REVOKE.KEY command removes access to a specific data encryption key. This command can only be executed by users with administrator rights in the QMSYS account.
Format
REVOKE.KEY keyname {GROUP} name ...
where
The REVOKE.KEY command removes access to an encryption key to one or more users or user groups. The user will be asked to enter the master key unless it has already been entered during this session.
No error occurs if the user or group specified did not have access to the key.
Example
REVOKE.KEY CARDNO jsmith bjones
The above command removes access to the encryption key named CARDNO for users jsmith and bjones.
See also: Data encryption, CREATE.FILE, CREATE.KEY, DELETE.KEY, ENCRYPT.FILE, GRANT.KEY, LIST.KEYS, RESET.MASTER.KEY, SET.ENCRYPTION.KEY.NAME |