KeyContainerPermissionAccessEntryCollection Class
Represents a collection of KeyContainerPermissionAccessEntry objects. This class cannot be inherited.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of items in the collection. |
![]() | IsSynchronized | Gets a value indicating whether the collection is synchronized (thread safe). |
![]() | Item[Int32] | Gets the item at the specified index in the collection. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the collection. |
| Name | Description | |
|---|---|---|
![]() | Add(KeyContainerPermissionAccessEntry^) | Adds a KeyContainerPermissionAccessEntry object to the collection. |
![]() | Clear() | Removes all the KeyContainerPermissionAccessEntry objects from the collection. |
![]() | CopyTo(array<KeyContainerPermissionAccessEntry^>^, Int32) | Copies the elements of the collection to a compatible one-dimensional array, starting at the specified index of the target array. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetEnumerator() | Returns a KeyContainerPermissionAccessEntryEnumerator object that can be used to iterate through the objects in the collection. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | IndexOf(KeyContainerPermissionAccessEntry^) | Gets the index in the collection of the specified KeyContainerPermissionAccessEntry object, if it exists in the collection. |
![]() | Remove(KeyContainerPermissionAccessEntry^) | Removes the specified KeyContainerPermissionAccessEntry object from thecollection. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::CopyTo(Array^, Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. Copies the elements of the collection to a compatible one-dimensional array, starting at the specified index of the target array. |
![]() ![]() | IEnumerable::GetEnumerator() | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a KeyContainerPermissionAccessEntryEnumerator object that can be used to iterate through the objects in the collection. |
| Name | Description | |
|---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.) |
![]() | Cast<TResult>() | Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.) |
![]() | OfType<TResult>() | Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.) |
KeyContainerPermissionAccessEntry objects specify access rights for specific key containers.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



