SecureBlackbox 2020 C++ Edition

Questions / Feedback?

ReqParamsAuthorization Property

Specifies the Authorization header of the HTTP request.

Syntax

ANSI (Cross Platform)
char* GetReqParamsAuthorization();
int SetReqParamsAuthorization(const char* lpszReqParamsAuthorization); Unicode (Windows) LPWSTR GetReqParamsAuthorization();
INT SetReqParamsAuthorization(LPCWSTR lpszReqParamsAuthorization);
@property (nonatomic,readwrite,assign,getter=reqParamsAuthorization,setter=setReqParamsAuthorization:) NSString* reqParamsAuthorization;
- (NSString*)reqParamsAuthorization;
- (void)setReqParamsAuthorization:(NSString*)newReqParamsAuthorization;
#define PID_RESTCLIENT_REQPARAMSAUTHORIZATION 77

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

Default Value

""

Remarks

Specifies the Authorization header of the HTTP request. This header contains the credentials to authenticate a user with a server.

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]