System.Security.Permissions.KeyContainerPermissionAccessEntryCollection Members

The members of System.Security.Permissions.KeyContainerPermissionAccessEntryCollection are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
Countint.

Gets the number of items in the collection.

[read-only]
IsSynchronizedbool.

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]
SyncRootobject.

Gets an object that can be used to synchronize access to the collection.

Public Methods

Add(KeyContainerPermissionAccessEntry) : int

Adds a System.Security.Permissions.KeyContainerPermissionAccessEntry object to the collection.

Clear()

Removes all the System.Security.Permissions.KeyContainerPermissionAccessEntry objects from the collection.

CopyTo(KeyContainerPermissionAccessEntry[], int)

Copies the elements of the collection to a compatible one-dimensional array, starting at the specified index of the target array.

GetEnumerator() : KeyContainerPermissionAccessEntryEnumerator

Returns a System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator object that can be used to iterate through the objects in the collection.

IndexOf(KeyContainerPermissionAccessEntry) : int

Gets the index in the collection of the specified System.Security.Permissions.KeyContainerPermissionAccessEntry object, if it exists in the collection.

Remove(KeyContainerPermissionAccessEntry)

Removes the specified System.Security.Permissions.KeyContainerPermissionAccessEntry object from thecollection.

Explicitly Implemented Interface Members

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.