SecureBlackbox 2020 iOS Edition

Questions / Feedback?

keyPassphrase (property)

Specifies a passphrase for the decryption key.

Syntax

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

Default Value

""

Remarks

Use this property to provide a passphrase for the decryption secret key.

If this property is left empty or a wrong passphrase is provided, the KeyPassphraseNeeded event will be fired to request the correct passphrase.

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