|
This online help file is for EFT Server version 6.2.x. For other versions of EFT Server, please refer to http://help.globalscape.com/help/index.html. (If the Index and Contents are hidden, click Show Contents pane in the top left corner of this topic.) |
Use the ICIServer interface CipherList property to retrieve or modify the cipher list.
|
This method is available in EFT Server 5.0 and later. |
Signature:
HRESULT CipherList([out, retval] BSTR *pVal);
HRESULT CipherList([in] BSTR newVal);
Example:
Dim strCipherList: strCipherList = oServer.CipherList
|
CipherList must be delimited by colon (‘:’). |
For example,
"AES256-SHA:CAMELLIA256-SHA:DES-CBC3-SHA:AES128-SHA:IDEA-CBC-SHA:RC4-MD5"