Topic Path: Symbol Reference > Classes > TIdAuthenticationManager Class > TIdAuthenticationManager Properties > Authentications Property
ContentsIndexHome
PreviousUpNext
TIdAuthenticationManager.Authentications Property

Authentication class instances maintained by the manager component.

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.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.