Microsoft SDK for Java

setFullyTrusted

This method of the PermissionDataSet Class sets the fully trusted state of the permission set. If the flag parameter is true, the set is put in the special "fully trusted" state, and it is considered to contain all possible permissions.

Syntax

public void setFullyTrusted(boolean flag);

Parameters

flag The value that indicates how to set the state. If the value is true, the state will be set to fully trusted. If the value is false, the state will no longer be set to fully trusted.

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