HSDK Class Descriptions › CaHarvest › bool GetAuthenticationSetting(enum tAuthenticationServerSettings nSetting)
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:
- AUTHSERV_EDIT_PASSWORD
- AUTHSERV_EDIT_USERNAME
- AUTHSERV_EDIT_REALNAME
- AUTHSERV_EDIT_PHONE
- AUTHSERV_EDIT_EXT
- AUTHSERV_EDIT_FAX
- AUTHSERV_EDIT_EMAIL
- AUTHSERV_EDIT_NOTE
- AUTHSERV_GET_PASSPOLICY
- AUTHSERV_EDIT_PASSPOLICY
- AUTHSERV_AUTOCREATE_USERNAME
- Return Value
-
bool - flag denoting authentication server setting
Example
bool bResult = harvest.GetAuthenticationSetting(AUTHSERV_EDIT_PASSWORD);
More information:
- HSDK Programming Fundamentals
- GetCaseSensLogin
|
Copyright © 2013 CA.
All rights reserved.
|
|