SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

JsonUnprotectedHeaderParams Property

Contains unprotected header parameters.

Syntax

ANSI (Cross Platform)
char* GetJsonUnprotectedHeaderParams();
int SetJsonUnprotectedHeaderParams(const char* lpszJsonUnprotectedHeaderParams); Unicode (Windows) LPWSTR GetJsonUnprotectedHeaderParams();
INT SetJsonUnprotectedHeaderParams(LPCWSTR lpszJsonUnprotectedHeaderParams);
@property (nonatomic,readwrite,assign,getter=jsonUnprotectedHeaderParams,setter=setJsonUnprotectedHeaderParams:) NSString* jsonUnprotectedHeaderParams;
- (NSString*)jsonUnprotectedHeaderParams;
- (void)setJsonUnprotectedHeaderParams:(NSString*)newJsonUnprotectedHeaderParams;
#define PID_PUBLICKEYCRYPTO_JSONUNPROTECTEDHEADERPARAMS 9

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

Contains unprotected header parameters.

Data Type

String

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