메소드 | 설명 | |
---|---|---|
AddUser ( string username ) : void |
Adds the specified user to the credentials database.
|
|
AddUser ( string username, System.Guid userToken ) : void |
Adds the specified user to the credentials database.
|
|
Load ( Stream stream ) : void |
Loads from the supplied stream.
|
|
Save ( Stream stream ) : void |
Saves to the supplied stream.
|
|
TryGetToken ( IIdentity identity, System.Guid &token ) : bool |
Gets if the user exists in the database
|
public AddUser ( string username, System.Guid userToken ) : void | ||
username | string | |
userToken | System.Guid | |
리턴 | void |
public TryGetToken ( IIdentity identity, System.Guid &token ) : bool | ||
identity | IIdentity | the identity to check |
token | System.Guid | The token to extract for the user. |
리턴 | bool |