From ac351e5aa03bf3f98fe7c86cea058ac94fd66007 Mon Sep 17 00:00:00 2001 From: Philipp Crocoll Date: Tue, 15 Jul 2014 06:10:03 +0200 Subject: [PATCH] uncommented code to (un)serialize IOConnectionInfo --- src/KeePassLib2Android/Serialization/IOConnectionInfo.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/KeePassLib2Android/Serialization/IOConnectionInfo.cs b/src/KeePassLib2Android/Serialization/IOConnectionInfo.cs index e27a905e..d73f2c5a 100644 --- a/src/KeePassLib2Android/Serialization/IOConnectionInfo.cs +++ b/src/KeePassLib2Android/Serialization/IOConnectionInfo.cs @@ -139,7 +139,7 @@ namespace KeePassLib.Serialization return (IOConnectionInfo)this.MemberwiseClone(); } - /* + /// /// Serialize the current connection info to a string. Credentials /// are only serialized if the SaveCredentials property @@ -215,9 +215,9 @@ namespace KeePassLib.Serialization s.Password = TransformUnreadable(vParts[3], false); return s; } - */ - /* + + /// /// Very simple string protection. Doesn't really encrypt the input /// 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); } } - */ + public string GetDisplayName() {