I needed to get the hash as a string from a byte[]. I was snooping around X509Certificate class and saw a GetHashString method. After a bit more digging i ended up at System.Security.Util.Hex this had the method i was looking for. Check out the EncodeHexString
Read More...