Equivalent code for this in C#
SecureRandom random = new SecureRandom(); byte randBytes[] = new byte[64]; random.nextBytes(randBytes); MessageDigest md = Mess