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