SecureBlackbox 2020 iOS Edition

Questions / Feedback?

ownerPassword (property)

The owner password.

Syntax

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

Default Value

""

Remarks

Use this property to provide the document owner password. Though it may be different to UserPassword, 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]