Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

Server.Permissions

enum Server.Permissions

Enumeration of session permissions that can be granted to a connecting Viewer.

For more information, see vnc_Server_Permissions in the C API documentation.

Fields

Server.Permissions.Zero

No Permissions bits set.

Server.Permissions.View

Grants a Viewer permission to see the screen.Rarely omitted.

Server.Permissions.Keyboard

Grants a Viewer permission to inject keyboard events.

Server.Permissions.Pointer

Grants a Viewer permission to inject mouse and touch events.

Server.Permissions.Clipboard

Grants a Viewer permission to copy and paste text to and from the Server.

Server.Permissions.Annotation

Grants a Viewer permission to draw on the Server screen.

Server.Permissions.SelectDisplay

Grants a Viewer pemission to select the Server’s display.

Server.Permissions.Listen

Grants a Viewer pemission to listen to the Server.

Server.Permissions.All

Grants a Viewer a full set of permissions (that is, all of the above).

×