![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Classes | |
class | Assert |
Static class containing methods that can be used to make sure calls are made from appropriate locations. More... | |
class | UnauthorizedAccessEventArgs |
Event arguments for the Assert.UnauthorizedAccess event. More... | |
class | UnauthorizedCallstackException |
Exception raised when code tries to access protected code while having a callstack out of the permitted call stacks. More... | |
Functions | |
delegate void | UnauthorizedAccessEventHandler (object Sender, UnauthorizedAccessEventArgs e) |
Delegate for unauthorized access event handlers. More... | |
delegate void Waher.Security.CallStack.UnauthorizedAccessEventHandler | ( | object | Sender, |
UnauthorizedAccessEventArgs | e | ||
) |
Delegate for unauthorized access event handlers.
Sender | Sender of event. Might be null. |
e | Event arguments. |