Internet Direct (Indy) Version 9.0.2 Beta
TIdUserManager.Accounts
Represents the collection used for user accounts managed by the component.

property Accounts: TIdUserAccounts;
Description
Accounts is a TIdUserAccounts property that represents a collection used for TIdUserAccount object instances maintained by the user manager. Accounts is initialized in Create, and freed in Destroy.

Accounts is used in AuthenicateUser to locate the collection item used for the authorization process. Accounts is also accessed when reading or writing the values in CaseSensitivePasswords and GetCaseSensitiveUsernames.