Table of Contents

Class CreatePasswordAccountScreen

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

Constructors

CreatePasswordAccountScreen(PasswordAuthentication, RPCService, PasswordStrength)

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

Parameters

passwordAuthentication PasswordAuthentication
rpc RPCService
minimumPasswordStrengthScore PasswordStrength

Methods

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

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

Parameters

owner Window
appName string
logger ILogger<CreatePasswordAccountScreen>
getOtherUserInformation GetOtherUserInformation

Returns

Task