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: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public string NewPassword { get; }
Visual Basic
Public ReadOnly Property NewPassword As String
	Get

Property Value

Type: String

See Also