SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

decryptionPassword (property)

The decryption password.

Syntax

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

Default Value

""

Remarks

Use this property to provide the decryption password. You can assign it explicitly beforecommencing file extraction, or provide it on the fly from DecryptionPasswordNeeded event handler.

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