2 references to EncodePassword
System.Web.Extensions (2)
ClientServices\Providers\ClientFormsAuthenticationMembershipProvider.cs (2)
488
string passwordHash =
EncodePassword
(password, buf);
649
return passwordHash ==
EncodePassword
(password, buf);