Initializes the current provider

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

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