SecureBlackbox 2020 iOS Edition

Questions / Feedback?

metadataEncrypted (property)

Indicates if the document metadata is encrypted.

Syntax

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

Default Value

TRUE

Remarks

Use this property to check if document metadata is encrypted.

Metadata contains additional information about document such as its name and author.

This property is read-only.

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