SecureBlackbox 2020 iOS Edition

Questions / Feedback?

sigAutoText (property)

Use the default widget descriptions.

Syntax

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

Default Value

TRUE

Remarks

Use the default widget descriptions.

The default texts are based on the information contained in the signing certificate. Set this property to false and use SigAlgorithmInfo, SignerInfo, and SigHeader properties to generate customized descriptions.

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