public string[] DumpHashes(SYSTEMHive hive) { string bootkey = hive.GetBootKey(); string hbootkey = this.GetHBootKey(); string[] users = this.GetUsers(); List<string> hashes = new List<string>(); foreach (string user in users) { } return hashes.ToArray(); }
public string[] DumpHashes(SYSTEMHive hive) { string bootkey = hive.GetBootKey(); string hbootkey = this.GetHBootKey(); string[] users = this.GetUsers(); List <string> hashes = new List <string>(); foreach (string user in users) { } return(hashes.ToArray()); }