PlatformAPI.TOTARemoteProfileCredential
Delphi
TOTARemoteProfileCredential = record
C++
struct DECLSPEC_DRECORD TOTARemoteProfileCredential
{
public:
    System::UnicodeString PasswordOrPassFile;
    bool IsPassword;
    bool IsEncrypted;
    void __fastcall Init();
};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
record struct  | 
		public | PlatformAPI.pas PlatformAPI.hpp  | 
        PlatformAPI | PlatformAPI | 
Description
TOTARemoteProfileCredential provides the credentials required to connect to a running instance of the Platform Assistant server.
These credentials might be either a password or an encrypted password file.