System.Tether.Manager.TTetheringManager.Password

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Password: string read FPassword write FPassword;

C++

__property System::UnicodeString Password = {read=FPassword, write=FPassword};

Properties

Type Visibility Source Unit Parent
property published
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringManager

Description

String that remote managers that request to pair with your manager must know for the pairing operation to succeed.

If Password is an empty string, when a remote manager requests to pair with your manager, the pairing succeeds.

If Password is not an empty string, when a remote manager requests to pair with your manager, the remote manager must provide the password of your manager during its OnRequestManagerPassword event. The pairing operation only succeeds if both passwords match.

Notes:
  • Only the manager that starts the pairing request must know the Password of the other manager. The manager that receives the request does not need to know the Password of the manager that starts the requests.
  • A manager that is already paired to a remote manager does not need to know the current Password of the remote manager to connect to it. See PairManager.

See Also