Learn how to evaluate and integrate the VNC SDK
Server.EncryptionLevel¶
-
class
vncsdk.Server.
EncryptionLevel
¶ Enumeration of encryption levels.
Enumeration Attributes¶
-
vncsdk.Server.EncryptionLevel.
DEFAULT
¶ Use strong encryption. This is the default.
-
vncsdk.Server.EncryptionLevel.
MAXIMUM
¶ Use the strongest available encryption, possibly at the cost of speed.
-
vncsdk.Server.EncryptionLevel.
ALLOW_UNENCRYPTED
¶ Allow the negotation of encryption levels, including no encryption. Use with caution. Requires a Third-Party Connectivity Add-on.