Microsoft SDK for Java

RegistryPermission Class Fields

The RegistryPermission Class contains the following fields.

CREATE An access type that indicates that a key or value can be created.
DELETE An access type that indicates that a key or value can be deleted.
OPEN An access type that indicates that keys can be opened.
READ An access type that indicates that information about a key or value can be read.
WRITE An access type that indicates that a key or value can be modified.

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