The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PermissionSet::IsUnrestricted Method ()
.NET Framework (current version)
Determines whether the PermissionSet is Unrestricted.
Assembly: mscorlib (in mscorlib.dll)
An UnrestrictedPermissionSet effectively contains all permissions that implement the IUnrestrictedPermission interface.
The following code example shows the use of the IsUnrestricted method. This code example is part of a larger example provided for the PermissionSet class.
.NET Framework
Available since 1.1
Available since 1.1
Show: