SecureBlackbox 2020 iOS Edition

Questions / Feedback?

passwordLength (property)

Specifies the length of the password to generate.

Syntax

@property (nonatomic,readwrite,assign,getter=passwordLength,setter=setPasswordLength:) int passwordLength;
- (int)passwordLength;
- (void)setPasswordLength:(int)newPasswordLength;
public var passwordLength: Int32 {
  get {...}
set {...} }

Default Value

8

Remarks

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

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