Indy 9
|
TIdAuthenticationManager = class(TIdBaseComponent)
property Authentications: TIdAuthenticationCollection;
Authentications is initialized in the Create constructor, and released in the Destroy destructor. Authentications is updated when AddAuthentications is called.
Use methods in the TOwnedCollection ancestor class, like Clear, Delete, Items, to access members of the collection.
procedure AddAuthentication(AAuthtetication: TIdAuthentication; AURL: TIdURI);
constructor Create(AOwner: TComponent); override;
destructor Destroy; override;