Property | Type | Description | |
---|---|---|---|
AccountIndex | int | ||
AccountName | string | ||
AllMailAccountInfos | List |
||
ConfigureEmail | bool | ||
ConfigureNetwork | bool | ||
ConfigurePassword | bool | ||
ConfigureRecovery | bool | ||
CurrentDialog | |||
Device1 | string | ||
Device1Description | string | ||
DoLocal | bool | ||
InvalidInput | string | ||
MailAccountInfos | List |
||
MeshClient | MeshClient | ||
PendingConnectionRequests | List |
||
Portal | string | ||
ThisDevice | SignedDeviceProfile | ||
UDF | string | ||
Wizard | |||
share1 | string | ||
share2 | string | ||
share3 | string |
Method | Description | |
---|---|---|
AcceptConnection ( ) : bool |
Accept the connection request
|
|
AddDevice ( ApplicationProfileEntry Entry, PersonalProfile PersonalProfile, SignedDeviceProfile Device ) : void |
Add a device to an application profile
|
|
AddProfile ( |
||
CheckPending ( ) : bool |
Check to see if there are pending connection requests.
|
|
GenerateProfile ( ) : void |
Generate a new profile with the requested options. Note that this could be parallelized very easily by performing time consuming operations (e.g. generating keys) while the user is answering other questions.
|
|
GetAccount ( string Portal, string Account ) : void |
Get the account data
|
|
Initialize ( ) : void |
One time initialization of the page.
|
|
MakeCheckRecovery ( ) : void | ||
Navigate ( Goedel Dialog ) : void |
Navigate to a new dialog.
|
|
PostConnect ( ) : void |
Post a connection request.
|
|
RecoverProfile ( string Shares ) : string |
Recover profile from the mesh using the threshold key shares.
|
|
RejectConnection ( ) : bool |
Reject the connection request
|
|
TryNewPortalAccount ( string Portal, string Account ) : bool |
Attempt to create an account at the specified portal.
|
public AddDevice ( ApplicationProfileEntry Entry, PersonalProfile PersonalProfile, SignedDeviceProfile Device ) : void | ||
Entry | ApplicationProfileEntry | Applicationprofile entry to update |
PersonalProfile | PersonalProfile | Personal profile to link to |
Device | SignedDeviceProfile | Signed device profile. |
return | void |
public AddProfile ( |
||
Wizard | ||
return | System |
public GetAccount ( string Portal, string Account ) : void | ||
Portal | string | |
Account | string | |
return | void |
public RecoverProfile ( string Shares ) : string | ||
Shares | string | Array containing the necessary shares. |
return | string |
public TryNewPortalAccount ( string Portal, string Account ) : bool | ||
Portal | string | |
Account | string | |
return | bool |
public Wizard_AddProfile,Goedel.MeshProfileManager Wizard | ||
return |