Initializes the SQL Server role provider with the property values specified in the ASP.NET application's configuration file. This method is not intended to be used directly from your code.
- name
- The name of the System.Web.Security.SqlRoleProvider instance to initialize.
- config
- A System.Collections.Specialized.NameValueCollection that contains the names and values of configuration options for the role provider.
This method initializes the System.Web.Security.SqlRoleProvider 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.