WebPermission.IsUnrestricted Method

Definition

Checks the overall permission state of the WebPermission.

public:
 virtual bool IsUnrestricted();
public bool IsUnrestricted ();
abstract member IsUnrestricted : unit -> bool
override this.IsUnrestricted : unit -> bool
Public Function IsUnrestricted () As Boolean

Returns

true if the WebPermission was created with the UnrestrictedPermissionState; otherwise, false.

Implements

Remarks

If WebPermission is Unrestricted, then the target class can use all URIs. Otherwise, specific permission must be given for any URI you want to use with the target class.

Note

Use AddPermission to add a URI and specify its permissions.

Applies to

See also