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