Share via


CredentialCollection.Item Property

Include Protected Members
Include Inherited Members

Gets a Credential object in the CredentialCollection collection by name or by index number.

Overload List

  Name Description
Public property Item[Int32] Gets a Credential object in the CredentialCollection collection by index number.
Public property Item[String] Gets a Credential object in the CredentialCollection collection by name.

Top