Microsoft SDK for Java

getExcludedRules

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.

Syntax

public WildcardExpression getExcludedRules(int accessType);

Return Value

Returns the wildcard expression representing all the keys/values that are explicitly denied for the specified access type.

Parameters

accessType This value must be one of the following: OPEN, READ, WRITE, DELETE, or CREATE.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.