C# 클래스 Meek.Security.MembershipProvider

상속: IMembershipProvider
파일 보기 프로젝트 열기: klintz/Meek

공개 메소드들

메소드 설명
ChangePassword ( string username, string oldPassword, string newPassword ) : bool
ChangePasswordQuestionAndAnswer ( string username, string password, string newPasswordQuestion, string newPasswordAnswer ) : bool
CreateUser ( string username, string password, string email, string passwordQuestion, string passwordAnswer, bool isApproved, object providerUserKey, MembershipCreateStatus &status ) : IMembershipUser
DecryptPassword ( byte encodedPassword ) : byte[]
DeleteUser ( string username, bool deleteAllRelatedData ) : bool
EncryptPassword ( byte password ) : byte[]
EncryptPassword ( byte password, MembershipPasswordCompatibilityMode legacyPasswordCompatibilityMode ) : byte[]
FindUsersByEmail ( string emailToMatch, int pageIndex, int pageSize, int &totalRecords ) : MembershipUserList
FindUsersByName ( string usernameToMatch, int pageIndex, int pageSize, int &totalRecords ) : MembershipUserList
GetAllUsers ( int pageIndex, int pageSize, int &totalRecords ) : MembershipUserList
GetNumberOfUsersOnline ( ) : int
GetPassword ( string username, string answer ) : string
GetUser ( object providerUserKey, bool userIsOnline ) : IMembershipUser
GetUser ( string username, bool userIsOnline ) : IMembershipUser
GetUserNameByEmail ( string email ) : string
ResetPassword ( string username, string answer ) : string
UnlockUser ( string userName ) : bool
UpdateUser ( IMembershipUser user ) : void
ValidateUser ( string username, string password ) : bool

메소드 상세

ChangePassword() 공개 추상적인 메소드

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

ChangePasswordQuestionAndAnswer() 공개 추상적인 메소드

public abstract ChangePasswordQuestionAndAnswer ( string username, string password, string newPasswordQuestion, string newPasswordAnswer ) : bool
username string
password string
newPasswordQuestion string
newPasswordAnswer string
리턴 bool

CreateUser() 공개 추상적인 메소드

public abstract CreateUser ( string username, string password, string email, string passwordQuestion, string passwordAnswer, bool isApproved, object providerUserKey, MembershipCreateStatus &status ) : IMembershipUser
username string
password string
email string
passwordQuestion string
passwordAnswer string
isApproved bool
providerUserKey object
status MembershipCreateStatus
리턴 IMembershipUser

DecryptPassword() 공개 메소드

public DecryptPassword ( byte encodedPassword ) : byte[]
encodedPassword byte
리턴 byte[]

DeleteUser() 공개 추상적인 메소드

public abstract DeleteUser ( string username, bool deleteAllRelatedData ) : bool
username string
deleteAllRelatedData bool
리턴 bool

EncryptPassword() 공개 메소드

public EncryptPassword ( byte password ) : byte[]
password byte
리턴 byte[]

EncryptPassword() 공개 메소드

public EncryptPassword ( byte password, MembershipPasswordCompatibilityMode legacyPasswordCompatibilityMode ) : byte[]
password byte
legacyPasswordCompatibilityMode MembershipPasswordCompatibilityMode
리턴 byte[]

FindUsersByEmail() 공개 추상적인 메소드

public abstract FindUsersByEmail ( string emailToMatch, int pageIndex, int pageSize, int &totalRecords ) : MembershipUserList
emailToMatch string
pageIndex int
pageSize int
totalRecords int
리턴 MembershipUserList

FindUsersByName() 공개 추상적인 메소드

public abstract FindUsersByName ( string usernameToMatch, int pageIndex, int pageSize, int &totalRecords ) : MembershipUserList
usernameToMatch string
pageIndex int
pageSize int
totalRecords int
리턴 MembershipUserList

GetAllUsers() 공개 추상적인 메소드

public abstract GetAllUsers ( int pageIndex, int pageSize, int &totalRecords ) : MembershipUserList
pageIndex int
pageSize int
totalRecords int
리턴 MembershipUserList

GetNumberOfUsersOnline() 공개 추상적인 메소드

public abstract GetNumberOfUsersOnline ( ) : int
리턴 int

GetPassword() 공개 추상적인 메소드

public abstract GetPassword ( string username, string answer ) : string
username string
answer string
리턴 string

GetUser() 공개 추상적인 메소드

public abstract GetUser ( object providerUserKey, bool userIsOnline ) : IMembershipUser
providerUserKey object
userIsOnline bool
리턴 IMembershipUser

GetUser() 공개 추상적인 메소드

public abstract GetUser ( string username, bool userIsOnline ) : IMembershipUser
username string
userIsOnline bool
리턴 IMembershipUser

GetUserNameByEmail() 공개 추상적인 메소드

public abstract GetUserNameByEmail ( string email ) : string
email string
리턴 string

ResetPassword() 공개 추상적인 메소드

public abstract ResetPassword ( string username, string answer ) : string
username string
answer string
리턴 string

UnlockUser() 공개 추상적인 메소드

public abstract UnlockUser ( string userName ) : bool
userName string
리턴 bool

UpdateUser() 공개 추상적인 메소드

public abstract UpdateUser ( IMembershipUser user ) : void
user IMembershipUser
리턴 void

ValidateUser() 공개 추상적인 메소드

public abstract ValidateUser ( string username, string password ) : bool
username string
password string
리턴 bool