SecureBlackbox 2020 iOS Edition

Questions / Feedback?

encryptKey (property)

Specifies if the encryption key is encrypted.

Syntax

@property (nonatomic,readonly,assign,getter=encryptKey) BOOL encryptKey;
- (BOOL)encryptKey;
public var encryptKey: Bool {
  get {...}
}

Default Value

TRUE

Remarks

Use this property to specify if encryption (session) key should be encrypted and also added to the encrypted data.

This property is read-only.

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