SecureBlackbox 2020 C++ Edition

Questions / Feedback?

SourceName Property

Use this property to specify the name of the file being signed if passing it via the SourceBytes property.

Syntax

ANSI (Cross Platform)
char* GetSourceName();
int SetSourceName(const char* lpszSourceName); Unicode (Windows) LPWSTR GetSourceName();
INT SetSourceName(LPCWSTR lpszSourceName);
@property (nonatomic,readwrite,assign,getter=sourceName,setter=setSourceName:) NSString* sourceName;
- (NSString*)sourceName;
- (void)setSourceName:(NSString*)newSourceName;
#define PID_ASICSIGNER_SOURCENAME 71

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);

Default Value

""

Remarks

Provide the name of the file to be included in the ASiC container if passing the file in the byte array form.

This property is not available at design time.

Data Type

String

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