System.Net.URLClient.TCredentialsStorage.RemoveCredential

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function RemoveCredential(AnAuthTargetType: TAuthTargetType; const ARealm: string; const AURL: string = '';  const AUser: string = ''): Boolean;

C++

bool __fastcall RemoveCredential(TAuthTargetType AnAuthTargetType, const System::UnicodeString ARealm, const System::UnicodeString AURL = System::UnicodeString(), const System::UnicodeString AUser = System::UnicodeString());

プロパティ

種類 可視性 ソース ユニット
function public
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient TCredentialsStorage


説明

認証情報を認証情報ストレージから削除します。

RemoveCredential メソッドは、AnAuthTargetTypeARealmAURLAUser で指定された認証情報を、認証情報ストレージ FCredentials から削除します。メソッドは、オペレーションが正常終了した際に True を返します。

関連項目