Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IUser.cs
1
namespace
Waher.Security
2
{
6
public
interface
IUser
7
{
11
string
UserName
12
{
13
get
;
14
}
15
19
string
PasswordHash
20
{
21
get
;
22
}
23
27
string
PasswordHashType
28
{
29
get
;
30
}
31
37
bool
HasPrivilege
(
string
Privilege);
38
}
39
}
Waher.Security.IUser
Basic interface for a user.
Definition:
IUser.cs:7
Waher.Security.IUser.PasswordHashType
string PasswordHashType
Type of password hash. The empty stream means a clear-text password.
Definition:
IUser.cs:28
Waher.Security.IUser.UserName
string UserName
User Name.
Definition:
IUser.cs:12
Waher.Security.IUser.HasPrivilege
bool HasPrivilege(string Privilege)
If the user has a given privilege.
Waher.Security.IUser.PasswordHash
string PasswordHash
Password Hash
Definition:
IUser.cs:20
Waher.Security
Definition:
AcmeAccount.cs:8
IoTGateway
Security
Waher.Security
IUser.cs
Generated by
1.9.5