Initializes the current provider

Namespace:  Novalys.VisualGuard.Security.WebForm
Assembly:  Novalys.VisualGuard.Security.WebForm (in Novalys.VisualGuard.Security.WebForm.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public override void Initialize(
	string name,
	NameValueCollection config
)
Visual Basic (Declaration)
Public Overrides Sub Initialize ( _
	name As String, _
	config As NameValueCollection _
)

Parameters

name
Type: System..::.String
the name of the provider
config
Type: System.Collections.Specialized..::.NameValueCollection
a list of values associated to the provider

See Also