Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IAuthorization.cs
1
namespace
Waher.Security
2
{
6
public
interface
IAuthorization
<T>
7
{
14
bool
IsAuthorized
(T Resource,
IHasPrivileges
User);
15
}
16
}
Waher.Security.IAuthorization
Basic authorization interface for objects of type T .
Definition:
IAuthorization.cs:7
Waher.Security.IAuthorization.IsAuthorized
bool IsAuthorized(T Resource, IHasPrivileges User)
Checks if an user or object is authorized to perform an action.
Waher.Security.IHasPrivileges
Interface for objects that have privileges.
Definition:
IHasPrivileges.cs:7
Waher.Security
Definition:
AcmeAccount.cs:8
IoTGateway
Security
Waher.Security
IAuthorization.cs
Generated by
1.9.5