SecureBlackbox 2020 iOS Edition

Questions / Feedback?

timestamped (property)

Indicates whether or not the signature is timestamped.

Syntax

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

Default Value

FALSE

Remarks

This property returns True if the signature is timestamped, and False otherwise.

This property is read-only.

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