Microsoft SDK for Java

getIncludedRules

This method of the RegistryPermission Class retrieves the wildcard expression that represents all the keys or values that are allowed for the specified access type.

Syntax

public WildcardExpression getIncludedRules(int accessType');

Return Value

Returns the wildcard expression representing all the keys or values that are allowed for the specified access type.

Parameters

accessType The type of access used to determine the wildcard expression. This value must be one of the following: OPEN, READ, WRITE, DELETE, or CREATE.

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