Exemplo n.º 1
0
 public string GetPassword(String fileName)
 {
     return(_clientPasswordSet.GetPasswordFor(fileName).FirstOrDefault() ?? "fake password, to avoid being stuck with ask password dialog");
 }