SecureBlackbox 2020 iOS Edition

Questions / Feedback?

sigSignerInfo (property)

Provides custom signer information to put on the signature widget.

Syntax

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

Default Value

""

Remarks

Provides custom signer information to put on the signature widget.

This property is only considered if SigAutoText is set to False. The standard signature widget allows for several short strings separated by CRLF.

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