Specifies options for creating and updating users for the viewer.
[FlagsAttribute()]
public enum CreateUserOptions
0x00000000 |
None |
(0x00) None.
|
0x00000001 |
CreateUser |
(0x01) Create a new user.
|
0x00000002 |
UpdateUser |
(0x02) Update an existing user.
|
0x00000004 |
Login |
(0x04) Log the user into the viewer.
|
0x00000010 |
UpdatePassword |
(0x10) Update the password.
|
0x00000020 |
UpdatePermissions |
(0x20) Update the user's permissions.
|
0x00000040 |
UpdateRoles |
(0x40) Update the user's roles.
|