Initializes the System.Web.Security.ActiveDirectoryMembershipProvider instance with the property values from the application's configuration files. This method is not intended to be called from your code.
- name
- The name of the System.Web.Security.ActiveDirectoryMembershipProvider instance to initialize.
- config
- A System.Collections.Specialized.NameValueCollection containing the names and values of the configuration options for the membership provider.
This method initializes the System.Web.Security.ActiveDirectoryMembershipProvider object with the property values specified in the ASP.NET application configuration file (Web.config) and is not intended to be used directly from your code.