Gets the new password of the user. Returns null (Nothing) when the dialog box does not returns the DialogResult.OK.

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 string NewPassword { get; }
Visual Basic
Public ReadOnly Property NewPassword As String
	Get

Property Value

Type: String

See Also