Class CreatePasswordOnlyAccountWindow
CreatePasswordOnlyAccountWindow
public class CreatePasswordOnlyAccountWindow : Window, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IComponentConnector
- Inheritance
-
CreatePasswordOnlyAccountWindow
- Implements
- Inherited Members
Constructors
CreatePasswordOnlyAccountWindow()
public CreatePasswordOnlyAccountWindow()
Properties
Completed
public Task<bool> Completed { get; }
Property Value
MinimumPasswordStrengthScore
public PasswordStrength MinimumPasswordStrengthScore { get; set; }
Property Value
Password1
public string Password1 { get; }
Property Value
Password2
public string Password2 { get; }
Property Value
PasswordStrengthScore
public PasswordStrength PasswordStrengthScore { get; }
Property Value
Reason
public string Reason { get; }
Property Value
UserDataStrings
public IEnumerable<string> UserDataStrings { get; set; }
Property Value
Methods
Disable(string)
public void Disable(string currentOperation)
Parameters
currentOperationstring
Enable(string, CreatePasswordControl)
public void Enable(string lastError, CreatePasswordOnlyAccountWindow.CreatePasswordControl focusedControl)
Parameters
lastErrorstringfocusedControlCreatePasswordOnlyAccountWindow.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
eKeyEventArgsThe KeyEventArgs that contains the event data.