System.Net.URLClient.TCredentialsStorage.RemoveCredential

From RAD Studio API Documentation
Jump to: navigation, search

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());

Properties

Type Visibility Source Unit Parent
function public
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient TCredentialsStorage

Description

Removes a credential from the credential storage.

The RemoveCredential method removes the credential specified by AnAuthTargetType, ARealm, AURL, and AUser from the credential storage FCredentials. The method returns True if the operation is succesful.

See Also