SecureBlackbox 2020 iOS Edition

Questions / Feedback?

signMetadata (property)

Specifies whether to sign the metadata.

Syntax

@property (nonatomic,readwrite,assign,getter=signMetadata,setter=setSignMetadata:) BOOL signMetadata;
- (BOOL)signMetadata;
- (void)setSignMetadata:(BOOL)newSignMetadata;
public var signMetadata: Bool {
  get {...}
set {...} }

Default Value

FALSE

Remarks

Set this property to True to enforce signing of the metadata before saving it. Do not forget to assign the signing certificate to the MetaSigningCertificate property.

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