C# 클래스 AIMS_BD_IATI.WebAPI.Models.Authentication.AccountMembershipService

상속: IMembershipService
파일 보기 프로젝트 열기: BD-IATI/edi

공개 메소드들

메소드 설명
AccountMembershipService ( ) : System
AccountMembershipService ( CustomMembershipProvider provider ) : System
ChangePassword ( string userName, string oldPassword, string newPassword ) : bool
CreateUser ( string userName, string password, string email ) : MembershipCreateStatus
ResetPassword ( string userId, string newPassword ) : string
ValidateUser ( string userName, string password ) : bool
ValidateUser ( string userName, string password, User &user ) : bool

메소드 상세

AccountMembershipService() 공개 메소드

public AccountMembershipService ( ) : System
리턴 System

AccountMembershipService() 공개 메소드

public AccountMembershipService ( CustomMembershipProvider provider ) : System
provider CustomMembershipProvider
리턴 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

ResetPassword() 공개 메소드

public ResetPassword ( string userId, string newPassword ) : string
userId string
newPassword string
리턴 string

ValidateUser() 공개 메소드

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

ValidateUser() 공개 메소드

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