Reference Library
EncryptionList Field
NamespacesAvaya.ApplicationEnablement.DMCCPhone..::..MediaInfoEncryptionList
The preferred list of media (RTP) encryption schemes to be used for media coming to and from the device. The set of supported media encryption algorithms are available using the SDK constants class Phone.MediaInfo.MediaEncryption.

This list should consist of only encryption schemes administered for the device's codec set. In order to choose an appropriate encryption scheme, you may wish to first determine how the device's network region and codecs are administered on Communication Manager. The actual algorithm that is chosen for a call is dependent on the administered Media Encryption list in Communication Manager on the ip-codec-set form.

Note: Prior to the AE Services 6.3.3 release, only "none" and "aes" was supported.

Declaration Syntax
C#Visual BasicVisual C++
public List<string> EncryptionList
Public EncryptionList As List(Of String)
public:
List<String^>^ EncryptionList

Assembly: ServiceProvider (Module: ServiceProvider)