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

Basic interface for a user. More...

Inheritance diagram for Waher.Security.IUser:
Waher.Networking.XMPP.Chat.User Waher.Networking.XMPP.Chat.User Waher.Security.JWT.IUserWithClaims Waher.Security.JWT.IUserWithClaims Waher.Security.JWT.ExternalUser Waher.Security.JWT.ExternalUser Waher.Security.Users.User Waher.Service.IoTBroker.DataStorage.AccountUser Waher.Service.IoTBroker.Legal.Identity.LegalIdentityUser Waher.Service.IoTBroker.Legal.MFA.QuickLoginUser Waher.Security.JWT.ExternalUser Waher.Security.JWT.ExternalUser Waher.Security.Users.User Waher.Service.IoTBroker.DataStorage.AccountUser Waher.Service.IoTBroker.Legal.Identity.LegalIdentityUser Waher.Service.IoTBroker.Legal.MFA.QuickLoginUser

Public Member Functions

bool HasPrivilege (string Privilege)
 If the user has a given privilege. More...
 

Properties

string UserName [get]
 User Name. More...
 
string PasswordHash [get]
 Password Hash More...
 
string PasswordHashType [get]
 Type of password hash. The empty stream means a clear-text password. More...
 

Detailed Description

Basic interface for a user.

Definition at line 6 of file IUser.cs.

Member Function Documentation

◆ HasPrivilege()

bool Waher.Security.IUser.HasPrivilege ( string  Privilege)

Property Documentation

◆ PasswordHash

◆ PasswordHashType

string Waher.Security.IUser.PasswordHashType
get

◆ UserName


The documentation for this interface was generated from the following file: