Getting a perpendicular vector of a surface

I need to get the perpendicular Vector3 of a Raycasthit. How can i achieve this?

http://docs.unity3d.com/460/Documentation/Manual/ComputingNormalPerpendicularVector.htmlhtml

In short, you can try using vector3.cross with your ray direction and the hitInfo.normal