Table of Contents

Class CreatePasswordOnlyAccountScreen

Namespace
The.WPF.Shell.Login
Assembly
Instagile.WPF.dll
public sealed class CreatePasswordOnlyAccountScreen
Inheritance
CreatePasswordOnlyAccountScreen
Inherited Members

Constructors

CreatePasswordOnlyAccountScreen(PasswordAuthentication, RPCService, PasswordStrength)

public CreatePasswordOnlyAccountScreen(PasswordAuthentication passwordAuthentication, RPCService rpc, PasswordStrength minimumPasswordStrengthScore)

Parameters

passwordAuthentication PasswordAuthentication
rpc RPCService
minimumPasswordStrengthScore PasswordStrength

Methods

DisplayAsync(Window, string, string, ILogger<CreatePasswordOnlyAccountScreen>, GetOtherUserInformation?)

public Task DisplayAsync(Window owner, string appName, string username, ILogger<CreatePasswordOnlyAccountScreen> logger, GetOtherUserInformation? getOtherUserInformation = null)

Parameters

owner Window
appName string
username string
logger ILogger<CreatePasswordOnlyAccountScreen>
getOtherUserInformation GetOtherUserInformation

Returns

Task