Example #1
0
 public static void SetNoDecryptList(string sNewList)
 {
     if (string.IsNullOrEmpty(sNewList))
     {
         oHLSkipDecryption = null;
     }
     else
     {
         oHLSkipDecryption = new HostList();
         oHLSkipDecryption.AssignFromString(sNewList);
     }
 }