[This is preliminary documentation and is subject to change.]
User status enumeration - super-permission levels
Namespace: NFX.SecurityAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Invalid | 0 | Invalid user, not authenticated and not authorized | |
| User | 1 | The lowest level of a user, bound by permissions inside their domain and domain section (such as facility) | |
| Usr | 1 | ||
| Administrator | 1000 | Administrators may run administration console, but always bound by their domain | |
| Admin | 1000 | ||
| Adm | 1000 | ||
| System | 1000000 | Cross domain user, all restrictions are lifted | |
| Sys | 1000000 |
See Also