Inheritance: VolatileReader.Registry.RegistryHive
Example #1
0
        public string[] DumpPasswordHints(SOFTWAREHive hive)
        {
            string[] users = this.GetUsers();

            List<string> hints = new List<string>();
            foreach (string user in users)
            {
            }

            return hints.ToArray();
        }
Example #2
0
        public string[] DumpPasswordHints(SOFTWAREHive hive)
        {
            string[] users = this.GetUsers();

            List <string> hints = new List <string>();

            foreach (string user in users)
            {
            }

            return(hints.ToArray());
        }