This method of the RegistryPermission Class determines whether the specified registry operation is allowed by the permission object.
public void check(Object param);
param | The security request parameter. It must be an instance of the RegistryRequest class. |
SecurityException if this permission does not allow the specified operation.