Editing the Cipher List (CipherList)

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"