C# Class Ru.GameSchool.Web.Classes.AccountMembershipService

Inheritance: IMembershipService
Afficher le fichier Open project: davidein/Ru.GameSchool

Méthodes publiques

Méthode Description
AccountMembershipService ( ) : System
AccountMembershipService ( MembershipProvider provider ) : System
ValidateUser ( string userName, string password ) : bool

Method Details

AccountMembershipService() public méthode

public AccountMembershipService ( ) : System
Résultat System

AccountMembershipService() public méthode

public AccountMembershipService ( MembershipProvider provider ) : System
provider System.Web.Security.MembershipProvider
Résultat System

ValidateUser() public méthode

public ValidateUser ( string userName, string password ) : bool
userName string
password string
Résultat bool