![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Classes | |
| class | ApproveAssembly |
| Checks for an approved assembly in the call stack. More... | |
| class | ApproveRegex |
| Checks for approved sources in the call stack using a regular expression. More... | |
| class | ApproveString |
| Checks for approved sources in the call stack using a string. More... | |
| class | ApproveType |
| Checks for an approved type in the call stack. More... | |
| class | Assert |
| Static class containing methods that can be used to make sure calls are made from appropriate locations. More... | |
| class | CallStackCheck |
| Abstract base class for call stack checks. More... | |
| class | FrameInformation |
| Contains information about a specific frame in a call stack. More... | |
| interface | ICallStackCheck |
| Interface for call stack checks. More... | |
| class | ProhibitAssembly |
| Checks for a prohibited assembly in the call stack. More... | |
| class | ProhibitRegex |
| Checks for prohibited sources in the call stack using a regular expression. More... | |
| class | ProhibitString |
| Checks for prohibited sources in the call stack using a string. More... | |
| class | ProhibitType |
| Checks for an prohibited type in the call stack. 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... | |