c# MD5.Create returning nul

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

Also in C#: