MsgCommunicator: Delphi Instant Messaging (IM) SDK
for easy creation of custom messenger system


TMsgCryptoParamsEditor.Password
TMsgCryptoParamsEditor
Top 

Specifies the password for encryption and decryption.

Delphi syntax:
property
Password: string;

C++ syntax:
__property
AnsiString Password = {read=FPassword, write=FPassword};

Description
Set Password for encryption and decryption processes.
If the Password value is not empty it will be used for encryption and decryption, otherwise the binary key specified by SetKey, Key or MakeRandomKey will be used.


© AidAim Software MsgCommunicator: