Initializes the current provider

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

Syntax

C#
public override void Initialize(
	string name,
	NameValueCollection config
)
Visual Basic
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