Table of Contents

Class ChangePasswordWindow

Namespace
The.WPF.Shell.Login
Assembly
Instagile.WPF.dll

ChangePasswordWindow

public class ChangePasswordWindow : Window, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IComponentConnector
Inheritance
ChangePasswordWindow
Implements
Inherited Members

Constructors

ChangePasswordWindow()

public ChangePasswordWindow()

Properties

Completed

public Task<bool> Completed { get; }

Property Value

Task<bool>

CurrentPassword

public string CurrentPassword { get; }

Property Value

string

MinimumPasswordStrengthScore

public PasswordStrength MinimumPasswordStrengthScore { get; set; }

Property Value

PasswordStrength

NewPassword1

public string NewPassword1 { get; }

Property Value

string

NewPassword2

public string NewPassword2 { get; }

Property Value

string

PasswordStrengthScore

public PasswordStrength PasswordStrengthScore { get; }

Property Value

PasswordStrength

UserDataStrings

public IEnumerable<string> UserDataStrings { get; set; }

Property Value

IEnumerable<string>

Methods

Disable(string)

public void Disable(string currentOperation)

Parameters

currentOperation string

Enable(string, ChangePasswordControl)

public void Enable(string lastError, ChangePasswordWindow.ChangePasswordControl focusedControl)

Parameters

lastError string
focusedControl ChangePasswordWindow.ChangePasswordControl

InitializeComponent()

InitializeComponent

public void InitializeComponent()

OnPreviewKeyDown(KeyEventArgs)

Invoked when an unhandled System.Windows.Input.Keyboard.PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

protected override void OnPreviewKeyDown(KeyEventArgs e)

Parameters

e KeyEventArgs

The KeyEventArgs that contains the event data.