AuthenticationInfoCollection Class

Definition

Represents a table that contains the authentication labels that are used to populate the simple view of the connection dialog box.

public ref class AuthenticationInfoCollection : System::Collections::ICollection
public class AuthenticationInfoCollection : System.Collections.ICollection
type AuthenticationInfoCollection = class
    interface ICollection
    interface IEnumerable
Public Class AuthenticationInfoCollection
Implements ICollection
Inheritance
AuthenticationInfoCollection
Implements

Constructors

AuthenticationInfoCollection()

Initializes a new instance of the AuthenticationInfoCollection class with the default property values.

AuthenticationInfoCollection(AuthenticationInfo[])

Initializes a new instance of the AuthenticationInfoCollection class with the specified entries parameter.

AuthenticationInfoCollection(AuthenticationInfo[], Int32)

Initializes a new instance of the AuthenticationInfoCollection class with the specified entries and default index parameters.

Fields

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.

Properties

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.

Methods

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.

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.

Applies to