csharp MD5.Create returning nul

Code Example - csharp MD5.Create returning nul

                
                        using (MD5 md5 = MD5.Create())
{
    md5.ComputeHash(Encoding.UTF8.GetBytes(passowrd));// logic
}