Method | Description | |
---|---|---|
GetLatestUserSessions ( System.Guid userId, |
||
GetUserByID ( System.Guid userId ) : |
||
GetUserByName ( string name ) : |
||
MockUserProvider ( ) : System |
Method | Description | |
---|---|---|
GetRecentFailedUserNameAuthenticationCount ( string name ) : int | ||
GetSessionAuthenticationHistory ( |
||
GetUserSalt ( System.Guid userId ) : |
||
GetUserSession ( System.Guid renewalToken ) : |
||
InsertUserHistory ( |
||
SaveUser ( |
||
SaveUserSalt ( |
||
SaveUserSession ( |
public GetLatestUserSessions ( System.Guid userId, |
||
userId | System.Guid | |
take | ||
return | List |
protected GetRecentFailedUserNameAuthenticationCount ( string name ) : int | ||
name | string | |
return | int |
protected GetSessionAuthenticationHistory ( |
||
session | ||
return |
public GetUserByID ( System.Guid userId ) : |
||
userId | System.Guid | |
return |
public GetUserByName ( string name ) : |
||
name | string | |
return |
protected GetUserSalt ( System.Guid userId ) : |
||
userId | System.Guid | |
return |
protected GetUserSession ( System.Guid renewalToken ) : |
||
renewalToken | System.Guid | |
return |
protected InsertUserHistory ( |
||
history | ||
return | void |
protected SaveUser ( |
||
user | ||
return | void |
protected SaveUserSalt ( |
||
salt | ||
return | void |
protected SaveUserSession ( |
||
session | ||
return | void |