Microsoft SDK for Java

getPermissionID

This method of the UserFileIOAccess Class retrieves the permission identifier associated with the UserFileIOAccess object. This method satisfies the ISecurityRequest interface and returns PermissionID.USERFILEIO to indicate that instances of the UserFileIOAccess class are associated with the user-directed file I/O permission.

Syntax

public PermissionID getPermissionID();

Return Value

Returns PermissionID.USERFILEIO.

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