/// <summary> /// Decrypt all /// </summary> /// <param name="c"></param> /// <returns></returns> public bool C(SecureString c) { try { B = false; b.Clear(); using (var B = A.I(c)) foreach (var C in a) { b.Add(C.Key, A.I(C.Value, B)); } B = true; return(true); } catch (Exception /* ex*/) { //Debug.WriteLine($"Server Decryption error: {ex.ToString()}"); return(false); } }