Support for Binary Keys

This commit is contained in:
Jim Norman
2005-12-09 16:16:58 +00:00
parent 8b8d606aa3
commit c30b2b3195
5 changed files with 73 additions and 4 deletions

View File

@@ -59,6 +59,8 @@ namespace sscs.common
msgIdMap.Add(18,"sscs.verbs.SetMasterPassword");
msgIdMap.Add(19,"sscs.verbs.IsSecretPersistent");
msgIdMap.Add(20,"sscs.verbs.ObjectSerialization");
msgIdMap.Add(21,"sscs.verbs.WriteBinaryKey");
msgIdMap.Add(22,"sscs.verbs.ReadBinaryKey");
}