![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Classes | |
class | LoginResult |
Contains information about a login attempt. More... | |
class | Privilege |
Corresponds to a privilege in the system. More... | |
class | PrivilegePattern |
Contains a reference to a privilege More... | |
class | Privileges |
Maintains the collection of all privileges in the system. More... | |
class | Role |
Corresponds to a role in the system. More... | |
class | Roles |
Maintains the collection of all roles in the system. More... | |
class | User |
Corresponds to a user in the system. More... | |
class | UserMetaData |
Contains a piece of meta-data information about a user. More... | |
class | Users |
Maintains the collection of all users in the system. More... | |
Enumerations | |
enum | LoginResultType |
Result of login attempt More... | |
Functions | |
delegate byte[] | HashComputationMethod (string UserName, string Password) |
Delegate for hash digest computation methods. More... | |
Result of login attempt
Definition at line 8 of file LoginResult.cs.
delegate byte[] Waher.Security.Users.HashComputationMethod | ( | string | UserName, |
string | Password | ||
) |
Delegate for hash digest computation methods.
UserName | User name |
Password | Password |