Previous Topic: HINT32 Login(LPCTSTR szUserName, LPCTSTR szPassword)

Next Topic: bool GetCaseSensLogin()


bool GetAuthenticationSetting(enum tAuthenticationServerSettings nSetting)

Retrieves the authentication server flag for the requested setting.

Owning Class

CaHarvest

Arguments

enum tAuthenticationServerSettings nSetting-authentication server setting to retrieve. Possible values include:

Return Value

bool - flag denoting authentication server setting

Example

bool bResult = harvest.GetAuthenticationSetting(AUTHSERV_EDIT_PASSWORD);

More information: