Viewing the Number of Invalid Login Attempts Allowed for a Client (MaxInvalidLoginAttempts)

Use the ICIClientSettings interface MaxInvalidLoginAttempts property to view the maximum number of invalid login attempts a client can make to a Site. Refer to User Password Settings for an illustration of how this and other Client Settings Interface Methods and Properties can be accessed in the Administrator interface.

This method is available in EFT Server 5.1.1 and later.

Signature:

HRESULT MaxInvalidLoginAttempts([out, retval] long *pVal);

HRESULT MaxInvalidLoginAttempts([in] long newVal);