C# 클래스 NerdDinner.Controllers.AccountMembershipService

상속: IMembershipService
파일 보기 프로젝트 열기: NadeemAfana/NerdDinner-Internationalization 1 사용 예제들

공개 메소드들

메소드 설명
AccountMembershipService ( ) : System
AccountMembershipService ( MembershipProvider provider ) : System
ChangePassword ( string userName, string oldPassword, string newPassword ) : bool
CreateUser ( string userName, string password, string email ) : MembershipCreateStatus
GetCanonicalUsername ( string userName ) : string
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

GetCanonicalUsername() 공개 메소드

public GetCanonicalUsername ( string userName ) : string
userName string
리턴 string

ValidateUser() 공개 메소드

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