SecureBlackbox 2020 iOS Edition

Questions / Feedback?

sigClaimedSigningTime (property)

Returns or sets signature's creation time.

Syntax

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

Default Value

""

Remarks

Returns or sets signature's creation time.

Use this property to get or set the signature creation time from the signer's computer. The claimed time, unlike SigValidatedSigningTime does not originate from a trusted TSA and may be forfeited or wrong.

The time is provided in UTC.

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