Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

Server.EncryptionLevel

enum Server.EncryptionLevel

Enumeration of encryption levels.

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

Fields

Server.EncryptionLevel.Default

Use strong encryption.This is the default.

Server.EncryptionLevel.Maximum

Use the strongest available encryption, possibly at the cost of speed.

Server.EncryptionLevel.AllowUnencrypted

Allow the negotation of encryption levels, including no encryption. Use with caution. Requires a Third-Party Connectivity Add-on.

×