示例#1
0
 public System.Collections.Generic.List <System.Collections.Generic.List <object> > Decrypt(string root, string recordtag, string username, string dbname, string table, string pass, Hydrobase.Cryptography.CryptograhyAlgorithm alg, Hydrobase.Cryptography.HashingAlogrithm hashalg)
 {
     return(base.Channel.Decrypt(root, recordtag, username, dbname, table, pass, alg, hashalg));
 }
示例#2
0
 public void Encrypt(string root, string recordtag, string username, string dbname, string table, System.Collections.Generic.List <System.Collections.Generic.List <object> > rows, string pass, Hydrobase.Cryptography.CryptograhyAlgorithm alg, Hydrobase.Cryptography.HashingAlogrithm hashalg)
 {
     base.Channel.Encrypt(root, recordtag, username, dbname, table, rows, pass, alg, hashalg);
 }