SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

JsonProtectedHeader Property

Provides access to the header being protected.

Syntax

ANSI (Cross Platform)
char* GetJsonProtectedHeader();
int SetJsonProtectedHeader(const char* lpszJsonProtectedHeader); Unicode (Windows) LPWSTR GetJsonProtectedHeader();
INT SetJsonProtectedHeader(LPCWSTR lpszJsonProtectedHeader);
@property (nonatomic,readwrite,assign,getter=jsonProtectedHeader,setter=setJsonProtectedHeader:) NSString* jsonProtectedHeader;
- (NSString*)jsonProtectedHeader;
- (void)setJsonProtectedHeader:(NSString*)newJsonProtectedHeader;
#define PID_HASHFUNCTION_JSONPROTECTEDHEADER 3

SECUREBLACKBOXLITE_EXTERNAL void* SECUREBLACKBOXLITE_CALL SecureBlackboxLite_HashFunction_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOXLITE_EXTERNAL int SECUREBLACKBOXLITE_CALL SecureBlackboxLite_HashFunction_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

Provides access to the header being protected.

Data Type

String

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