SecureBlackbox 2020 iOS Edition

Questions / Feedback?

userPassword (property)

The user's authentication password.

Syntax

- (NSString*)userPassword:(int)userIndex;
- (void)setUserPassword:(int)userIndex:(NSString*)newUserPassword;
public func userPassword(userIndex: Int32) throws -> String
public func setUserPassword(userIndex: Int32, newUserPassword: String) throws -> Void

Default Value

""

Remarks

The user's authentication 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]