SecureBlackbox 2020 iOS Edition

Questions / Feedback?

timestamp (property)

The date and time of the last modification of the protected data file (in UTC).

Syntax

@property (nonatomic,readwrite,assign,getter=timestamp,setter=setTimestamp:) NSString* timestamp;
- (NSString*)timestamp;
- (void)setTimestamp:(NSString*)newTimestamp;
public var timestamp: String {
  get {...}
set {...} }

Default Value

""

Remarks

Use this property to set a timestamp for the data being protected.

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