Microsoft SDK for Java

check

This method of the RegistryPermission Class determines whether the specified registry operation is allowed by the permission object.

Syntax

public void check(Object param);

Parameters

param The security request parameter. It must be an instance of the RegistryRequest class.

Exceptions

SecurityException if this permission does not allow the specified operation.

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