Internet Direct (Indy)
Home
PreviousUpNext
TIdAuthenticationManager.Authentications Property

Authentication class instances maintained by the manager component.

Pascal
property Authentications: TIdAuthenticationCollection;

Authentications is a read-only TIdAuthenticationCollection property that represents the TIdAuthenticationItem instances maintained by the authentication manager component. 

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.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.