RequireCounter Property

Whether a Counter value is required to create the response.

Syntax

ANSI (Cross Platform)
int GetRequireCounter();
int SetRequireCounter(int bRequireCounter); Unicode (Windows) BOOL GetRequireCounter();
INT SetRequireCounter(BOOL bRequireCounter);
@property (nonatomic,readwrite,assign,getter=requireCounter,setter=setRequireCounter:) BOOL requireCounter;
- (BOOL)requireCounter;
- (void)setRequireCounter:(BOOL)newRequireCounter;
#define PID_OCRA_REQUIRECOUNTER 11

IPWORKSAUTH_EXTERNAL void* IPWORKSAUTH_CALL IPWorksAuth_OCRA_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSAUTH_EXTERNAL int IPWORKSAUTH_CALL IPWorksAuth_OCRA_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

FALSE

Remarks

This property specifies whether a Counter value is required to create the response.

This may be set before calling CreateChallenge, when the OCRASuite is generated.

When OCRASuite is assigned this value is updated to reflect the options specified in the OCRASuite

Data Type

Boolean

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 C++ Edition - Version 20.0 [Build 8155]