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