PlatformAPI.TOTARemoteProfileCredential

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TOTARemoteProfileCredential = record
    PasswordOrPassFile: string;
    IsPassword: Boolean;
    IsEncrypted: Boolean;
    procedure Init;
  end;

Properties

Type Visibility Source Unit Parent
record public PlatformAPI.pas 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.

See Also