REST.Backend.EMSProvider.TCustomEMSConnectionInfo.MasterSecret

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MasterSecret: string read GetMasterSecret write SetMasterSecret;

C++

__property System::UnicodeString MasterSecret = {read=GetMasterSecret, write=SetMasterSecret};

Properties

Type Visibility Source Unit Parent
property public
REST.Backend.EMSProvider.pas
REST.Backend.EMSProvider.hpp
REST.Backend.EMSProvider TCustomEMSConnectionInfo

Description

Authorization key to have complete access to the EMS Server.

The MasterSecret key authorizes any request to have complete access over all EMS Resources and all EMS data that is stored in the EMS Database.

See Also