SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

AuthAttempts Property

Specifies the number of SSH authentication attempts.

Syntax

ANSI (Cross Platform)
int GetAuthAttempts();
int SetAuthAttempts(int iAuthAttempts); Unicode (Windows) INT GetAuthAttempts();
INT SetAuthAttempts(INT iAuthAttempts);
@property (nonatomic,readwrite,assign,getter=authAttempts,setter=setAuthAttempts:) int authAttempts;
- (int)authAttempts;
- (void)setAuthAttempts:(int)newAuthAttempts;
#define PID_SFTPCLIENT_AUTHATTEMPTS 1

SECUREBLACKBOXLITE_EXTERNAL void* SECUREBLACKBOXLITE_CALL SecureBlackboxLite_SFTPClient_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOXLITE_EXTERNAL int SECUREBLACKBOXLITE_CALL SecureBlackboxLite_SFTPClient_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

1

Remarks

Use this property to specify the number of authentication attempts to try. The AuthFailed event is fired for every failed attempt.

Data Type

Integer

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