SecureBlackbox 2020 C++ Edition

Questions / Feedback?

LoginAttemptsLimit Property

The maximum number of login attempts.

Syntax

ANSI (Cross Platform)
int GetLoginAttemptsLimit();
int SetLoginAttemptsLimit(int iLoginAttemptsLimit); Unicode (Windows) INT GetLoginAttemptsLimit();
INT SetLoginAttemptsLimit(INT iLoginAttemptsLimit);
@property (nonatomic,readwrite,assign,getter=loginAttemptsLimit,setter=setLoginAttemptsLimit:) int loginAttemptsLimit;
- (int)loginAttemptsLimit;
- (void)setLoginAttemptsLimit:(int)newLoginAttemptsLimit;
#define PID_SAMLIDPSERVER_LOGINATTEMPTSLIMIT 23

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_SAMLIdPServer_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_SAMLIdPServer_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

3

Remarks

Use this property to set the maximum number of login attempts.

Data Type

Integer

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