ResourcePermissionBase::RemovePermissionAccess Method (ResourcePermissionBaseEntry^)
.NET Framework (current version)
Removes a permission entry from the permission.
Assembly: System (in System.dll)
Parameters
- entry
-
Type:
System.Security.Permissions::ResourcePermissionBaseEntry^
The ResourcePermissionBaseEntry to remove.
| Exception | Condition |
|---|---|
| ArgumentNullException | The specified ResourcePermissionBaseEntry is null. |
| InvalidOperationException | The number of elements in the ResourcePermissionBaseEntry::PermissionAccessPath property is not equal to the number of elements in the ResourcePermissionBase::TagNames property. -or- The ResourcePermissionBaseEntry is not in the permission. |
.NET Framework
Available since 1.1
Available since 1.1
Show: