public static bool VerifyPasswordHash(
string password,
string hash,
out bool requiresUpgrade
)Public Shared Function VerifyPasswordHash (
password As String,
hash As String,
<OutAttribute> ByRef requiresUpgrade As Boolean
) As Boolean