C# 클래스 ABsoluteMaybe.SampleWebsite.MVC2.Models.AccountMembershipService

상속: IMembershipService
파일 보기 프로젝트 열기: troygoode/ABsoluteMaybe

공개 메소드들

메소드 설명
AccountMembershipService ( ) : System
AccountMembershipService ( MembershipProvider provider ) : System
ChangePassword ( string userName, string oldPassword, string newPassword ) : bool
CreateUser ( string userName, string password, string email ) : MembershipCreateStatus
ValidateUser ( string userName, string password ) : bool

메소드 상세

AccountMembershipService() 공개 메소드

public AccountMembershipService ( ) : System
리턴 System

AccountMembershipService() 공개 메소드

public AccountMembershipService ( MembershipProvider provider ) : System
provider System.Web.Security.MembershipProvider
리턴 System

ChangePassword() 공개 메소드

public ChangePassword ( string userName, string oldPassword, string newPassword ) : bool
userName string
oldPassword string
newPassword string
리턴 bool

CreateUser() 공개 메소드

public CreateUser ( string userName, string password, string email ) : MembershipCreateStatus
userName string
password string
email string
리턴 MembershipCreateStatus

ValidateUser() 공개 메소드

public ValidateUser ( string userName, string password ) : bool
userName string
password string
리턴 bool