3 references to HexStringToBytes
System.Windows.Forms (3)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (3)
1276byte[] hashBytes = HexStringToBytes(manifestInformation.GetAttribute("Hash")); 1348byte[] publicKeyToken = HexStringToBytes(tokenString); 1373computedPublicKeyToken = HexStringToBytes(Marshal.PtrToStringUni(pComputedToken));