Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PrlSrv_SetVNCEncryption Function
PHT_SERVER

Set VNC encryption.

Syntax
PRL_HANDLE PrlSrv_SetVNCEncryption(
    PRL_HANDLE hServer, 
    PRL_CONST_STR sPubKey, 
    PRL_CONST_STR sPrivKey, 
    PRL_UINT32 nFlags
);
File

PrlApiDisp.h

Parameters

sPubKey
SSL certificate to encrypt the VNC traffic
sPrivKey
SSL private key to encrypt the VNC traffic
hHandle
A handle of type PHT_SERVER.

Returns

A handle of type PHT_JOB containing the results of operation.

Remarks

To delete sertificate the empty sPubKey and sPrivKey should be specified.

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