Click or drag to resize
GnomonMembershipProviderInitialize Method
Initializes the provider.

Namespace: RMP.Web
Assembly: RMP.Web (in RMP.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override void Initialize(
	string name,
	NameValueCollection config
)

Parameters

name
Type: SystemString
The friendly name of the provider.
config
Type: System.Collections.SpecializedNameValueCollection
A collection of the name/value pairs representing the provider-specific attributes specified in the configuration for this provider.
See Also