SecureBlackbox 2020 iOS Edition

Questions / Feedback?

userPassword (property)

The user password.

Syntax

@property (nonatomic,readwrite,assign,getter=userPassword,setter=setUserPassword:) NSString* userPassword;
- (NSString*)userPassword;
- (void)setUserPassword:(NSString*)newUserPassword;
public var userPassword: String {
  get {...}
set {...} }

Default Value

""

Remarks

Use this property to provide the document user password. Though it may be different to OwnerPassword, most implementations use the same value for the both.

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