This documentation is archived and is not being maintained.

MembershipProviderCollection Members

A collection of objects that inherit the MembershipProvider abstract class.

The MembershipProviderCollection type exposes the following members.

  NameDescription
Public method MembershipProviderCollection Creates a new, empty membership provider collection.
Top

  NameDescription
Public method Add Adds a membership provider to the collection. (Overrides ProviderCollection.Add(ProviderBase).)
Public method Clear Removes all items from the collection. (Inherited from ProviderCollection.)
Public method CopyTo Overloaded. Copies the membership provider collection to a one-dimensional array.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetEnumerator Returns an object that implements the IEnumerator interface to iterate through the collection. (Inherited from ProviderCollection.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Remove Removes a provider from the collection. (Inherited from ProviderCollection.)
Public method SetReadOnly Sets the collection to be read-only. (Inherited from ProviderCollection.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public property Count Gets the number of providers in the collection. (Inherited from ProviderCollection.)
Public property IsSynchronized Gets a value indicating whether access to the collection is synchronized (thread safe). (Inherited from ProviderCollection.)
Public property Item Gets the membership provider in the collection referenced by the specified provider name.
Public property SyncRoot Gets the current object. (Inherited from ProviderCollection.)
Top

  NameDescription
Explicit interface implemetation Private method ICollection.CopyTo Copies the elements of the ProviderCollection to an array, starting at a particular array index. (Inherited from ProviderCollection.)
Top
Show: