Example #1
0
 public static void UpdatePasswordHash(this OrderedDictionary newValues)
 {
     if (newValues.HasPasswordContext())
     {
         newValues.AddPasswordHash();
     }
 }