Collapse All
Parallels C API Reference Guide
PRL_SECURITY_LEVEL Enumeration
PrlCommandsFlags.h Other 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
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 © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!