Esempio n. 1
0
 private System.Net.NetworkCredential GetFtpNetworkCredential()
 {
     return(new System.Net.NetworkCredential(FtpUserName, FtpPassword.Decrypt(Maps.Instance.GetMap().Database)));
 }
 public bool IsValidPassword()
 {
     return FtpPassword.Contains(' ') == false;
 }