Method | Description | |
---|---|---|
CreateUser ( string username, string password ) : |
||
CreateUser ( string username, string password, string email ) : |
||
CreateUser ( string username, string password, string email, string pwdQuestion, string pwdAnswer, bool isApproved, System.Guid providerUserKey, MembershipCreateStatus &status ) : |
||
CreateUser ( string username, string password, string email, string pwdQuestion, string pwdAnswer, bool isApproved, MembershipCreateStatus &status ) : |
||
DeleteUser ( string username ) : bool | ||
DeleteUser ( string username, bool deleteAllRelatedData ) : bool | ||
Enable ( MembershipConfig config ) : void | ||
FindUsersByEmail ( string emailToMatch ) : IEnumerable |
||
FindUsersByEmail ( string emailToMatch, int pageIndex, int pageSize, int &totalRecords ) : IEnumerable |
||
FindUsersByName ( string nameToMatch ) : IEnumerable |
||
FindUsersByName ( string nameToMatch, int pageIndex, int pageSize, int &totalRecords ) : IEnumerable |
||
GeneratePassword ( int length, int numberOfNonAlphanumericCharacters ) : string | ||
GetAllUsers ( ) : IEnumerable |
||
GetAllUsers ( int pageIndex, int pageSize, int &totalRecords ) : IEnumerable |
||
GetNumberOfUsersOnline ( ) : int | ||
GetUser ( System.Guid userId ) : |
||
GetUser ( System.Guid userId, bool userIsOnline ) : |
||
GetUser ( string username ) : |
||
GetUser ( string username, bool userIsOnline ) : |
||
GetUserNameByEmail ( string email ) : string | ||
UpdateUser ( |
||
ValidateUser ( string username, string password ) : Guid? |
Method | Description | |
---|---|---|
Membership ( ) : System |
public static CreateUser ( string username, string password ) : |
||
username | string | |
password | string | |
return |
public static CreateUser ( string username, string password, string email ) : |
||
username | string | |
password | string | |
string | ||
return |
public static CreateUser ( string username, string password, string email, string pwdQuestion, string pwdAnswer, bool isApproved, System.Guid providerUserKey, MembershipCreateStatus &status ) : |
||
username | string | |
password | string | |
string | ||
pwdQuestion | string | |
pwdAnswer | string | |
isApproved | bool | |
providerUserKey | System.Guid | |
status | MembershipCreateStatus | |
return |
public static CreateUser ( string username, string password, string email, string pwdQuestion, string pwdAnswer, bool isApproved, MembershipCreateStatus &status ) : |
||
username | string | |
password | string | |
string | ||
pwdQuestion | string | |
pwdAnswer | string | |
isApproved | bool | |
status | MembershipCreateStatus | |
return |
public static DeleteUser ( string username ) : bool | ||
username | string | |
return | bool |
public static DeleteUser ( string username, bool deleteAllRelatedData ) : bool | ||
username | string | |
deleteAllRelatedData | bool | |
return | bool |
public static Enable ( MembershipConfig config ) : void | ||
config | MembershipConfig | |
return | void |
public static FindUsersByEmail ( string emailToMatch ) : IEnumerable |
||
emailToMatch | string | |
return | IEnumerable |
public static FindUsersByEmail ( string emailToMatch, int pageIndex, int pageSize, int &totalRecords ) : IEnumerable |
||
emailToMatch | string | |
pageIndex | int | |
pageSize | int | |
totalRecords | int | |
return | IEnumerable |
public static FindUsersByName ( string nameToMatch ) : IEnumerable |
||
nameToMatch | string | |
return | IEnumerable |
public static FindUsersByName ( string nameToMatch, int pageIndex, int pageSize, int &totalRecords ) : IEnumerable |
||
nameToMatch | string | |
pageIndex | int | |
pageSize | int | |
totalRecords | int | |
return | IEnumerable |
public static GeneratePassword ( int length, int numberOfNonAlphanumericCharacters ) : string | ||
length | int | |
numberOfNonAlphanumericCharacters | int | |
return | string |
public static GetAllUsers ( int pageIndex, int pageSize, int &totalRecords ) : IEnumerable |
||
pageIndex | int | |
pageSize | int | |
totalRecords | int | |
return | IEnumerable |
public static GetNumberOfUsersOnline ( ) : int | ||
return | int |
public static GetUser ( System.Guid userId ) : |
||
userId | System.Guid | |
return |
public static GetUser ( System.Guid userId, bool userIsOnline ) : |
||
userId | System.Guid | |
userIsOnline | bool | |
return |
public static GetUser ( string username ) : |
||
username | string | |
return |
public static GetUser ( string username, bool userIsOnline ) : |
||
username | string | |
userIsOnline | bool | |
return |
public static GetUserNameByEmail ( string email ) : string | ||
string | ||
return | string |
public static UpdateUser ( |
||
user | ||
return | void |
public static ValidateUser ( string username, string password ) : Guid? | ||
username | string | |
password | string | |
return | Guid? |