This commit is contained in:
Philipp Crocoll 2014-07-20 08:33:24 +02:00
commit 3831dbb345
1 changed files with 4 additions and 4 deletions

View File

@ -139,7 +139,7 @@ namespace KeePassLib.Serialization
return (IOConnectionInfo)this.MemberwiseClone(); return (IOConnectionInfo)this.MemberwiseClone();
} }
/*
/// <summary> /// <summary>
/// Serialize the current connection info to a string. Credentials /// Serialize the current connection info to a string. Credentials
/// are only serialized if the <c>SaveCredentials</c> property /// are only serialized if the <c>SaveCredentials</c> property
@ -215,9 +215,9 @@ namespace KeePassLib.Serialization
s.Password = TransformUnreadable(vParts[3], false); s.Password = TransformUnreadable(vParts[3], false);
return s; return s;
} }
*/
/*
/// <summary> /// <summary>
/// Very simple string protection. Doesn't really encrypt the input /// Very simple string protection. Doesn't really encrypt the input
/// string, only encodes it that it's not readable on the first glance. /// string, only encodes it that it's not readable on the first glance.
@ -256,7 +256,7 @@ namespace KeePassLib.Serialization
return StrUtil.Utf8.GetString(pbBase, 0, pbBase.Length); return StrUtil.Utf8.GetString(pbBase, 0, pbBase.Length);
} }
} }
*/
public string GetDisplayName() public string GetDisplayName()
{ {