SimpleMembershipProvider.Initialize(String, NameValueCollection) Method

Definition

Initializes the provider.

public override void Initialize (string name, System.Collections.Specialized.NameValueCollection config);
override this.Initialize : string * System.Collections.Specialized.NameValueCollection -> unit
Public Overrides Sub Initialize (name As String, config As NameValueCollection)

Parameters

name
String

The friendly name of the provider.

config
NameValueCollection

A collection of name/value pairs that represent provider-specific attributes.

Exceptions

config is null.

config contains an unrecognized attribute.

Applies to