mscorlib(4.0.0.0) API with additions
IUnrestrictedPermission.cs
2 
4 {
6  [ComVisible(true)]
7  public interface IUnrestrictedPermission
8  {
12  bool IsUnrestricted();
13  }
14 }
Allows a permission to expose an unrestricted state.
Definition: __Canon.cs:3
bool IsUnrestricted()
Returns a value indicating whether unrestricted access to the resource protected by the permission is...