Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Waher.Security.Users Namespace Reference

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...
 

Enumeration Type Documentation

◆ LoginResultType

Result of login attempt

Definition at line 8 of file LoginResult.cs.

Function Documentation

◆ HashComputationMethod()

delegate byte[] Waher.Security.Users.HashComputationMethod ( string  UserName,
string  Password 
)

Delegate for hash digest computation methods.

Parameters
UserNameUser name
PasswordPassword
Returns
Hash digest.