You are here: MessengerYouLike.IMSDK > IMSDK Reference > IMSDK Namespace > Classes > IMClient Class > IMClient Properties > IMClient.FileEncryptionKey Property
MessengerYouLike
IMClient.FileEncryptionKey Property

This Property is Used to Set the Key for File Encryption

C#
public String FileEncryptionKey;
Visual Basic
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"
Copyright (c) 2007. All rights reserved.