SecureBlackbox 2020 C++ Edition

Questions / Feedback?

Input Property

Contains the signing request to process.

Syntax

ANSI (Cross Platform)
char* GetInput();
int SetInput(const char* lpszInput); Unicode (Windows) LPWSTR GetInput();
INT SetInput(LPCWSTR lpszInput);
@property (nonatomic,readwrite,assign,getter=input,setter=setInput:) NSString* input;
- (NSString*)input;
- (void)setInput:(NSString*)newInput;
#define PID_DCAUTH_INPUT 11

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_DCAuth_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_DCAuth_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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.

Data Type

String

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