AspNetHostingPermission.IsUnrestricted Method

Definition

Returns a value indicating whether unrestricted access to the resource that is protected by the current permission is allowed.

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 unrestricted use of the resource protected by the permission is allowed; otherwise, false.

Implements

Applies to