Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PRL_SECURITY_LEVEL Enumeration
Other PRL Structs

Security level enumeration.

Syntax
typedef enum _PRL_SECURITY_LEVEL {
  PSL_LOW_SECURITY = 0,
  PSL_NORMAL_SECURITY = 1<<0,
  PSL_HIGH_SECURITY = 1<<1
} PRL_SECURITY_LEVEL;
File

PrlCommandsFlags.h

Type Parameters

PSL_LOW_SECURITY
Plain TCP/IP (no encryption).
PSL_NORMAL_SECURITY
Most important data is sent and received using SSL over TCP/IP (user credentials during login, guest OS clipboard, etc.) Other data is sent and receive using plain TCP/IP with no encryption.
PSL_HIGH_SECURITY
All of the data is sent and received using SSL.

Remarks

Defines levels of security that can be used in client/server communications.

Links
Copyright ©2016-2017 Parallels International GmbH. All rights reserved.