Creates a new instance of a VGLoginForm class using the specified Visual Guard runtime.

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

Syntax

C#
public VGLoginForm(
	VGSecurityRuntime runtime
)
Visual Basic (Declaration)
Public Sub New ( _
	runtime As VGSecurityRuntime _
)

Parameters

runtime
Type: Novalys.VisualGuard.Security..::.VGSecurityRuntime
A VGSecurityRuntime object used to authenticate the users.

Exceptions

ExceptionCondition
System..::.ArgumentNullExceptionruntime is null

See Also