SecureBlackbox 2020 C++ Edition

Questions / Feedback?

PasswordLength Property

Specifies the length of the password to generate.

Syntax

ANSI (Cross Platform)
int GetPasswordLength();
int SetPasswordLength(int iPasswordLength); Unicode (Windows) INT GetPasswordLength();
INT SetPasswordLength(INT iPasswordLength);
@property (nonatomic,readwrite,assign,getter=passwordLength,setter=setPasswordLength:) int passwordLength;
- (int)passwordLength;
- (void)setPasswordLength:(int)newPasswordLength;
#define PID_OTPCLIENT_PASSWORDLENGTH 2

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

Default Value

8

Remarks

Use this property to set the length of the one-time password to generate.

Data Type

Integer

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