This method of the RegistryPermission Class returns the wildcard expression representing all the keys or values that are explicitly denied for the specified access type.
public WildcardExpression getExcludedRules(int accessType);
Returns the wildcard expression representing all the keys/values that are explicitly denied for the specified access type.
accessType | This value must be one of the following: OPEN, READ, WRITE, DELETE, or CREATE. |