 |
SecurityLevel Enumeration |
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the security levels used for accessing security level protected information.
Namespace:
WeroSoft.Security
Assembly:
WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0
Syntaxpublic enum SecurityLevel
Members
| Member name | Value | Description |
---|
| None | 0 |
There is no security info set.
|
| Public | 100 |
The information is not protected by security and is public available.
|
| Normal | 200 |
The information is explicit protected by security and is public.
|
| Internal | 300 |
The information is security protected and shall be used by organization internal people only.
|
| Confidential | 400 |
The information is security protected and shall be used by a defined set of organization internal people only.
|
| Secret | 500 |
The information is security protected and shall be used by a approved set of organization internal people only.
|
| Any | 2147483647 |
The information is not security protected and could be used by any people.
|
See Also