Retro Eye care Haitian Deep Dark Default

DROP MASK RULE

Description

The DROP MASK RULE syntax is used to drop existing mask rule.

Syntax

DropEncryptRule ::=
  'DROP' 'MASK' 'RULE' ruleName (',' ruleName)*
    
ruleName ::=
  identifier

Example

  • Drop mask rule
DROP MASK RULE t_mask, t_mask_1;

Reserved words

DROP, MASK, RULE