WebPermission::IsUnrestricted Method ()
.NET Framework (current version)
Checks the overall permission state of the WebPermission.
Assembly: System (in System.dll)
Return Value
Type: System::Booleantrue if the WebPermission was created with the UnrestrictedPermissionState; otherwise, false.
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. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
