SecureBlackbox 2020 iOS Edition

Questions / Feedback?

userPasswordLen (property)

Specifies the length of the user's OTP password.

Syntax

- (int)userPasswordLen:(int)userIndex;
- (void)setUserPasswordLen:(int)userIndex:(int)newUserPasswordLen;
public func userPasswordLen(userIndex: Int32) throws -> Int32
public func setUserPasswordLen(userIndex: Int32, newUserPasswordLen: Int32) throws -> Void

Default Value

0

Remarks

Specifies the length of the user's OTP password.

The UserIndex parameter specifies the index of the item in the array. The size of the array is controlled by the UserCount property.

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