The default nitro script security domain manager. UI.Start(UIScriptDomainManager) for passing in a custom domain manager to extend or override this one.
|
Static Public Member Functions inherited from Nitro.NitroDomainManager |
static NitroDomainManager | GetDefaultManager () |
| Gets the default security manager. More...
|
|
Protected Member Functions inherited from Nitro.NitroDomainManager |
void | AddReference (string text) |
| Adds the given text as a reference. Must also include the assembly unless it is in 'this' one. More...
|
|
void | AllowEverything () |
| Call this to make this domain allow any type except for those in its block list. More...
|
|
void | Allow (string name) |
| Lets this domain allow the given type/ namespace. You must derive this class and call this from within the constructor. More...
|
|
void | Block (string name) |
| Lets this domain block the given type/ namespace. Used when this domain allows everything except a certain few. You must derive this class and call this from within the constructor. More...
|
|