Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IHasPrivileges.cs
1namespace Waher.Security
2{
6 public interface IHasPrivileges
7 {
13 bool HasPrivilege(string Privilege);
14 }
15}
Interface for objects that have privileges.
bool HasPrivilege(string Privilege)
If the object has a given privilege.