SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

JsonUnprotectedHeader Property

Provides access to the unprotected part of the header.

Syntax

ANSI (Cross Platform)
char* GetJsonUnprotectedHeader();
int SetJsonUnprotectedHeader(const char* lpszJsonUnprotectedHeader); Unicode (Windows) LPWSTR GetJsonUnprotectedHeader();
INT SetJsonUnprotectedHeader(LPCWSTR lpszJsonUnprotectedHeader);
@property (nonatomic,readwrite,assign,getter=jsonUnprotectedHeader,setter=setJsonUnprotectedHeader:) NSString* jsonUnprotectedHeader;
- (NSString*)jsonUnprotectedHeader;
- (void)setJsonUnprotectedHeader:(NSString*)newJsonUnprotectedHeader;
#define PID_PUBLICKEYCRYPTO_JSONUNPROTECTEDHEADER 8

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

Default Value

""

Remarks

Provides access to the unprotected part of the header.

Data Type

String

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