SecureBlackbox 2020 iOS Edition

Questions / Feedback?

input (property)

Contains the signing request to process.

Syntax

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

Default Value

""

Remarks

Assign the request you received from the counterparty to this property before calling the ProcessRequest method. Use Output to read the resulting signature response after ProcessRequest completes.

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