Table of Contents

Class CreatePasswordAccountWindow

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

CreatePasswordAccountWindow

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

Constructors

CreatePasswordAccountWindow()

public CreatePasswordAccountWindow()

Properties

Completed

public Task<bool> Completed { get; }

Property Value

Task<bool>

MinimumPasswordStrengthScore

public PasswordStrength MinimumPasswordStrengthScore { get; set; }

Property Value

PasswordStrength

Password1

public string Password1 { get; }

Property Value

string

Password2

public string Password2 { get; }

Property Value

string

PasswordStrengthScore

public PasswordStrength PasswordStrengthScore { get; }

Property Value

PasswordStrength

UserDataStrings

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

Property Value

IEnumerable<string>

UserName

public string UserName { get; }

Property Value

string

Methods

Disable(string)

public void Disable(string currentOperation)

Parameters

currentOperation string

Enable(string, CreatePasswordControl)

public void Enable(string lastError, CreatePasswordAccountWindow.CreatePasswordControl focusedControl)

Parameters

lastError string
focusedControl CreatePasswordAccountWindow.CreatePasswordControl

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.