Converting StrongName to String

  • Thread starter Thread starter Doug
  • Start date Start date
D

Doug

I am reading the Public Key attribute from an assembly which is read
into a byte array. I need to get this value into a string but am
having no luck. I've tried variations on the Encoding object, etc but
to no avail. Is there some way to accomplish this?
 
Doing that gets me this value:

$$RSA1) m(*2/2vv Td @Yf:o'pY[@Vy%%
zf'DzxzQ/QKJ#W?weV>P}Ls#:jqE35z^Da}&/x'D5kK>}]>IGBk
9C~q/.(j1!CcUXcs0

when I'm looking for the 16 length value that shows up in the Public
Key Token column in C:\Winnt\Assembly.
 
Back
Top