GetUsername() public static method

Gets the decrypted username of a specified profile
public static GetUsername ( int id ) : string
id int Profile ID
return string
Exemplo n.º 1
0
 private void browserLogin(string Password)
 {
     browserLogin(AWBProfiles.GetUsername(int.Parse(lvAccounts.Items[lvAccounts.SelectedIndices[0]].Text)), Password);
 }
Exemplo n.º 2
0
 private void PerformLogin(string password)
 {
     PerformLogin(AWBProfiles.GetUsername(int.Parse(lvAccounts.Items[lvAccounts.SelectedIndices[0]].Text)), password);
 }