AuthenticationInfoCollection Class
Represents a table that contains the authentication labels that are used to populate the simple view of the connection dialog box.
Assembly: ConnectionDlg (in ConnectionDlg.dll)
| Name | Description | |
|---|---|---|
![]() | AuthenticationInfoCollection() | Initializes a new instance of the AuthenticationInfoCollection class with the default property values. |
![]() | AuthenticationInfoCollection(array<AuthenticationInfo^>^) | Initializes a new instance of the AuthenticationInfoCollection class with the specified entries parameter. |
![]() | AuthenticationInfoCollection(array<AuthenticationInfo^>^, Int32) | Initializes a new instance of the AuthenticationInfoCollection class with the specified entries and default index parameters. |
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements actually contained in the collection. |
![]() | DefaultIndex | Gets or sets the index of the default object within the collection. |
![]() | IsSynchronized | Gets a value indicating whether access to the collection is synchronized. |
![]() | Item[Int32] | Returns a specific element of a collection object either by position or by key. This property is read-only. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the Collection object. |
| Name | Description | |
|---|---|---|
![]() | Add(AuthenticationInfo^) | Adds authentication information to a collection. |
![]() | CopyTo(Array^, Int32) | Copies the elements of the ICollection interface to an array, starting at a particular Array index. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | FindByAuthenticationType(Int32) | Indicates the information collection that is searched by its authentication type. |
![]() | GetEnumerator() | Retrieves a reference to an enumerator object, which is used to iterate over a collection object. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | def | Defines a value that specifies the default index. |
![]() | entries | Defines the contents of the authentication information collection. |
![]() | syncObject | Defines an object that represents a send/receive group that lets user configure different synchronization. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



