System.Web.Security.ActiveDirectoryMembershipProvider.Initialize Method

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.

Syntax

public override void Initialize (string name, System.Collections.Specialized.NameValueCollection config)

Parameters

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.

Remarks

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.

Requirements

Namespace: System.Web.Security
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0