SecureBlackbox 2020 iOS Edition

Questions / Feedback?

sigAlgorithmInfo (property)

Information about the algorithm to be shown on the signature widget.

Syntax

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

Default Value

""

Remarks

Information about the algorithm to be shown on the signature widget.

This property contains information about the algorithm to be displayed in the signature widget. This property is taken into account only if AutoText is False. If SigAutoText is True, information about the algorithm is generated automatically in the form of "Algorithm/Key size", e.g. "RSA/1024 bits".

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