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

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

Syntax

C#
public VGChangePasswordForm(
	VGSecurityRuntime runtime
)
Visual Basic
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