SignOnUserCred1Q Property

Text prompt for user credential.

Syntax

ANSI (Cross Platform)
char* GetSignOnUserCred1Q(int iSignOnIndex);

Unicode (Windows)
LPWSTR GetSignOnUserCred1Q(INT iSignOnIndex);
- (NSString*)signOnUserCred1Q:(int)signOnIndex;
#define PID_FIPROFILE_SIGNONUSERCRED1Q 71

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_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

""

Remarks

Text prompt for user credential.

If this is present in the server response, a third credential is required to authenticate the user in all future requests. This is in addition to OFXUser and OFXPassword. This new credential is represented by UserCred1A) which is the corresponding answer of SignOnUserCred1Q. This should be then included in each request.

The SignOnIndex parameter specifies the index of the item in the array. The size of the array is controlled by the SignOnInfoCount property.

This property is read-only and 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]