The members of System.Security.Permissions.KeyContainerPermissionAccessEntryCollection are listed below.
See Also: Inherited members from System.Object
[read-only] | Count | int.
Gets the number of items in the collection. |
[read-only] | IsSynchronized | bool.
Gets a value indicating whether the collection is synchronized (thread safe). |
[read-only] default property | Item(int) | KeyContainerPermissionAccessEntry. Documentation for this section has not yet been entered. |
[read-only] | SyncRoot | object.
Gets an object that can be used to synchronize access to the collection. |
ICollection.CopyTo |
Copies the elements of the collection to a compatible one-dimensional array, starting at the specified index of the target array. | |
IEnumerable.GetEnumerator |
Returns a System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator object that can be used to iterate through the objects in the collection. |