Click or drag to resize
weroSoft AG, Software
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 Pre-Release
Syntax
C#
public enum SecurityLevel
Members
  Member nameValueDescription
None0 There is no security info set.
Public100 The information is not protected by security and is public available.
Normal200 The information is explicit protected by security and is public.
Internal300 The information is security protected and shall be used by organization internal people only.
Confidential400 The information is security protected and shall be used by a defined set of organization internal people only.
Secret500 The information is security protected and shall be used by a approved set of organization internal people only.
Any2147483647 The information is not security protected and could be used by any people.
See Also