ChallengeLength Property

The challenge length.

Syntax

ANSI (Cross Platform)
int GetChallengeLength();
int SetChallengeLength(int iChallengeLength); Unicode (Windows) INT GetChallengeLength();
INT SetChallengeLength(INT iChallengeLength);
@property (nonatomic,readwrite,assign,getter=challengeLength,setter=setChallengeLength:) int challengeLength;
- (int)challengeLength;
- (void)setChallengeLength:(int)newChallengeLength;
#define PID_OCRA_CHALLENGELENGTH 4

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

8

Remarks

This setting specifies the length of the Challenge that is created when calling CreateChallenge. Valid values are from 4 to 64. The default value is 8.

Data Type

Integer

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