WindowsTokenRoleProvider.Initialize Method
.NET Framework 3.0
Initializes the Windows token role provider with the property values specified in the configuration file for the ASP.NET application. This method is not intended to be used directly from your code.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public void Initialize ( String name, NameValueCollection config )
public override function Initialize ( name : String, config : NameValueCollection )
Not applicable.
Parameters
- name
The name of the WindowsTokenRoleProvider instance to initialize.
- config
A NameValueCollection constructor that contains the names and values of configuration options for the WindowsTokenRoleProvider class.
Community Additions
ADD
Show: