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

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...
 

Function Documentation

◆ UnauthorizedAccessEventHandler()

delegate void Waher.Security.CallStack.UnauthorizedAccessEventHandler ( object  Sender,
UnauthorizedAccessEventArgs  e 
)

Delegate for unauthorized access event handlers.

Parameters
SenderSender of event. Might be null.
eEvent arguments.