Creates a new instance of the VGChangePasswordForm class using the specified Visual Guard runtime.
Assembly: Novalys.VisualGuard.Security.WinForm (in Novalys.VisualGuard.Security.WinForm.dll) Version: 3.2.912.1 (3.2.912.01)
Syntax
| C# |
|---|
public VGChangePasswordForm( 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
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | runtime is null |