|
MessengerYouLike
|
|
This Property is Used to Set the Key for File Encryption
public String FileEncryptionKey;
Public Property FileEncryptionKey() As String
This key is used to Encrypt all outgoing files to other IMClients,this key will only have effect when FileEncryption is Set to True
[Visual Basic] 'Create a new IMClient Dim MC as new IMSDK.IMClient 'Set The key For Encryption MC.FileEncryptionKey ="12345678"