Removes the specified System.Security.Permissions.KeyContainerPermissionAccessEntry object from thecollection.
- accessEntry
- The System.Security.Permissions.KeyContainerPermissionAccessEntry object to remove.
When you remove an item from the collection, the index values change for subsequent items in the collection. All information about the removed item is deleted. Use this method when you want to remove a specific item by specifying the actual item to remove. To remove all items from the list, use the KeyContainerPermissionAccessEntryCollection.Clear method.