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 | |
---|---|---|
Item[Int32] | Gets a Credential object in the CredentialCollection collection by index number. | |
Item[String] | Gets a Credential object in the CredentialCollection collection by name. |
Top