System.Tether.Manager.TTetheringCustomStorage.SaveRemoteManagersGUIDs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveRemoteManagersGUIDs(const AGUIDPassList: TStringList); virtual; abstract;

C++

virtual void __fastcall SaveRemoteManagersGUIDs(System::Classes::TStringList* const AGUIDPassList) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringCustomStorage

Description

Stores the specified TStringList of remote managers that your manager paired with in the past.

The string list contains key-value pairs, where keys are remote manager identifiers, and values are the hashes used by both managers during the pairing operation. Your manager uses these hashes for password-less authentication of these paired remote managers.

The stored list can be retrieved using LoadRemoteManagersGUIDs.

See Also