SYMBOL INDEX (29 symbols across 6 files) FILE: Extensions.cs class Extensions (line 14) | internal static class Extensions method GetPropertyAsBytes (line 16) | public static byte[] GetPropertyAsBytes(this SearchResultEntry searchR... method GetProperty (line 32) | public static string GetProperty(this SearchResultEntry searchResultEn... method ComputeAllKerberosPasswordHashes (line 54) | public static void ComputeAllKerberosPasswordHashes(string password, s... method KerberosPasswordHash (line 102) | public static string KerberosPasswordHash(Interop.KERB_ETYPE etype, st... FILE: GMSA.cs class GMSA (line 9) | internal class GMSA FILE: GMSAReader.cs class GMSAReader (line 16) | internal class GMSAReader method Main (line 20) | static void Main(string[] args) method CreateNTLMHash (line 75) | private static string CreateNTLMHash(string password) method GetDomainName (line 84) | private static string GetDomainName(string domain) method ConvertDNToDomain (line 110) | private static string ConvertDNToDomain(string distinguishedName) method SearchLdap (line 118) | private static GMSA SearchLdap(string accountName, string domainName, ... method DsGetDcName (line 170) | [DllImport("Netapi32.dll", CharSet = CharSet.Auto, SetLastError = true)] class GuidClass (line 184) | [StructLayout(LayoutKind.Sequential)] type DOMAIN_CONTROLLER_INFO (line 190) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] type DSGETDCNAME_FLAGS (line 211) | [Flags] method NetApiBufferFree (line 233) | [DllImport("Netapi32.dll", SetLastError = true)] FILE: Interop.cs class Interop (line 13) | public class Interop type KERB_ETYPE (line 20) | public enum KERB_ETYPE : UInt32 type KERB_ECRYPT (line 45) | [StructLayout(LayoutKind.Sequential)] type UNICODE_STRING (line 68) | [StructLayout(LayoutKind.Sequential)] method UNICODE_STRING (line 75) | public UNICODE_STRING(string s) method Dispose (line 82) | public void Dispose() method ToString (line 88) | public override string ToString() method CDLocateCSystem (line 97) | [DllImport("cryptdll.Dll", CharSet = CharSet.Auto, SetLastError = false)] FILE: MsDsManagedPassword.cs class MsDsManagedPassword (line 15) | internal class MsDsManagedPassword method MsDsManagedPassword (line 23) | internal MsDsManagedPassword(byte[] blob) method GetUnicodeString (line 59) | private string GetUnicodeString(byte[] blob, int index) FILE: Options.cs class Options (line 11) | internal class Options