Exemplo n.º 1
0
 public String GetUsername()
 {
     return(PwEntryUtils.ReadCompiledSafeString(this.pwDatabase, this.pwEntry, PwDefs.UserNameField));
 }
Exemplo n.º 2
0
 public String GetPassword()
 {
     return(PwEntryUtils.ReadCompiledSafeString(this.pwDatabase, this.pwEntry, PwDefs.PasswordField));
 }
Exemplo n.º 3
0
 public String GetPassword()
 {
     return(PwEntryUtils.ReadCompiledSafeString(this.pwDatabase, this.pwEntry, "Password"));
 }