The SecurityPackageUserPrivilege enumeration contains privileges and settings of security policy. It is used by the following properties:
| Value | Brief description |
| 0 | None. |
| 1 | ChangeUsers. Privilege of create, remove a user. |
| 2 | ChangeRights. Privilege of change user rights, give roles, change policy. |
| 4 | ReadJournal. Privilege of review access protocol. |
| 8 | ClearJournal. Privilege of clear access protocol. |
| 16 | LoginDB. Privilege of login. |
| 32 | ConnectServer. Privilege of connection setting with a server. |
| 64 | EnforceApplicationRole. Application role is included. |
| 128 | DerivedPasswords. Password hashing is included. |
| 256 | IsApplicationRole. Application role mark. |
| 512 | DisconnectUsers. Privilege of disconnect a user connected to a scheme. |
| 1024 | DbSecurityAdmin. Privilege of users rights applying on DBMS level. |
| 2048 | DbAdmin. Privilege db_owner in DB MSSQL. |
| 4096 | ProcGrantRevoke. Privilege on running of procedure that gives rights on repository system tables. |
See also: