Collapse All
Parallels C API Reference Guide
PRL_SECURITY_LEVEL Enumeration
PrlEnums.h Other Structs Send Feedback

Security level enumeration.

Syntax
typedef enum _PRL_SECURITY_LEVEL {
  PSL_LOW_SECURITY = 0,
  PSL_NORMAL_SECURITY = 1,
  PSL_HIGH_SECURITY = 2
} PRL_SECURITY_LEVEL;
File
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 (c) 1999-2008 Parallels Software International Inc.
What do you think about this topic? Send feedback!