SecureBlackbox 2020 iOS Edition

Questions / Feedback?

detached (property)

Specifies whether a detached timestamp should be produced.

Syntax

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

Default Value

FALSE

Remarks

Set this property to true to produce a detached timestamp, i.e. kept separately and alongside the timestamped document.

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