메소드 | 설명 | |
---|---|---|
AddUser ( string username ) : void |
Adds the specified user to the credentials database.
|
|
Exists ( IIdentity identity ) : bool |
Gets if the user exists in the database
|
|
Lookup ( string username ) : |
Looks up the username from the database.
|
public Exists ( IIdentity identity ) : bool | ||
identity | IIdentity | the identity to check |
리턴 | bool |
public Lookup ( string username ) : |
||
username | string | |
리턴 |