Npgsql Api Docs
NpgsqlMembershipProvider.ValidateUser Method
[Visual Basic]
Overrides Public Function ValidateUser( _
ByVal
username
As
String
, _
ByVal
password
As
String
_
) As
Boolean
[C#]
public override
bool
ValidateUser(
string
username
,
string
password
);
See Also
NpgsqlMembershipProvider Class
|
Npgsql.Web Namespace