KeyContainerPermissionAccessEntryCollection.IndexOf Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the index in the collection of the specified KeyContainerPermissionAccessEntry object, if it exists in the collection.
public:
int IndexOf(System::Security::Permissions::KeyContainerPermissionAccessEntry ^ accessEntry);
public int IndexOf (System.Security.Permissions.KeyContainerPermissionAccessEntry accessEntry);
member this.IndexOf : System.Security.Permissions.KeyContainerPermissionAccessEntry -> int
Public Function IndexOf (accessEntry As KeyContainerPermissionAccessEntry) As Integer
Parameters
- accessEntry
- KeyContainerPermissionAccessEntry
The KeyContainerPermissionAccessEntry object to locate.
Returns
The index of the specified KeyContainerPermissionAccessEntry object in the collection, or -1 if no match is found.
Remarks
Use this method to determine the index number of the specified KeyContainerPermissionAccessEntry object in the collection. If the specified KeyContainerPermissionAccessEntry object is not found, an value of -1 is returned.