System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.Count Property

Gets the number of items in the collection.

Syntax

public int Count { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the KeyContainerPermissionAccessEntryCollection.Count property to determine the number of System.Security.Permissions.KeyContainerPermissionAccessEntry objects in the System.Security.Permissions.KeyContainerPermissionAccessEntryCollection collection. The KeyContainerPermissionAccessEntryCollection.Count property is commonly used when iterating through the collection to determine the upper bound of the collection.

Requirements

Namespace: System.Security.Permissions
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0