SecureBlackbox 2020 C++ Edition

Questions / Feedback?

SourceBytes Property

Use this property to pass the content to sign in the byte array form.

Syntax

ANSI (Cross Platform)
int GetSourceBytes(char* &lpSourceBytes, int &lenSourceBytes);
int SetSourceBytes(const char* lpSourceBytes, int lenSourceBytes); Unicode (Windows) INT GetSourceBytes(LPSTR &lpSourceBytes, INT &lenSourceBytes);
INT SetSourceBytes(LPCSTR lpSourceBytes, INT lenSourceBytes);
@property (nonatomic,readwrite,assign,getter=sourceBytes,setter=setSourceBytes:) NSData* sourceBytes;
- (NSData*)sourceBytes;
- (void)setSourceBytes:(NSData*)newSourceBytes;
#define PID_ASICSIGNER_SOURCEBYTES 69

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

Remarks

Assign a byte array containing the source file to be signed to this property.

This property is not available at design time.

Data Type

Byte Array

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