ChallengeAnswer Property

User's answer to the challenge question identified by QuestionId .

Syntax

ANSI (Cross Platform)
char* GetChallengeAnswer(int iChallengeQuestionIndex);
int SetChallengeAnswer(int iChallengeQuestionIndex, const char* lpszChallengeAnswer); Unicode (Windows) LPWSTR GetChallengeAnswer(INT iChallengeQuestionIndex);
INT SetChallengeAnswer(INT iChallengeQuestionIndex, LPCWSTR lpszChallengeAnswer);
- (NSString*)challengeAnswer:(int)challengeQuestionIndex;
- (void)setChallengeAnswer:(int)challengeQuestionIndex:(NSString*)newChallengeAnswer;
#define PID_FIPROFILE_CHALLENGEANSWER 3

IPWORKSOFX_EXTERNAL void* IPWORKSOFX_CALL IPWorksOFX_FIProfile_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSOFX_EXTERNAL int IPWORKSOFX_CALL IPWorksOFX_FIProfile_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
IPWORKSOFX_EXTERNAL int IPWORKSOFX_CALL IPWorksOFX_FIProfile_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

""

Remarks

User's answer to the challenge question identified by ChallengeQuestionId.

Depending on the value of ChallengeQuestionId, this answer can be collected by user or client. Values above MFA100 are reserved for questions that the server expects the client to answer. These do not require customer responses. All other IDs as well as server specific IDs expect customer responses. Clients may need to identify out of band which of the IDs above MFA100 they support.

The ChallengeQuestionIndex parameter specifies the index of the item in the array. The size of the array is controlled by the ChallengeQuestionCount property.

This property is not available at design time.

Data Type

String

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks OFX 2020 C++ Edition - Version 20.0 [Build 7941]