Click or drag to resize
Galactic API

SimpleMappingRoleProviderInitialize Method

Takes as input the name of the provider and a NameValueCollection of configuration settings. Used to set property values for the provider instance including implementation-specific values and options specified in the configuration file (Machine.config or Web.config).

Namespace:  Galactic.Web.Security.SimpleMapping
Assembly:  Galactic.Web.Security.SimpleMapping (in Galactic.Web.Security.SimpleMapping.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public override void Initialize(
	string name,
	NameValueCollection config
)

Parameters

name
Type: SystemString
The name of the provider.
config
Type: System.Collections.SpecializedNameValueCollection
Collection of configuration settings.
See Also