System.Net.URLClient.TCredentialsStorage.TCredential

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

    TCredential = record
      AuthTarget: TAuthTargetType;
      Realm: string;
      URL: string; // Scope? Comment it...
      UserName: string;
      Password: string;
      constructor Create(AnAuthTarget: TAuthTargetType; const ARealm, AURL, AUserName, APassword: string);
      function IsEmpty: Boolean;
    end;

C++

struct DECLSPEC_DRECORD TCredential
{
public:
    TAuthTargetType AuthTarget;
    System::UnicodeString Realm;
    System::UnicodeString URL;
    System::UnicodeString UserName;
    System::UnicodeString Password;
    __fastcall TCredential(TAuthTargetType AnAuthTarget, const System::UnicodeString ARealm, const System::UnicodeString AURL, const System::UnicodeString AUserName, const System::UnicodeString APassword);
    bool __fastcall IsEmpty();
    TCredential() {}
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient TCredentialsStorage

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !