SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

UseDigestAuth Property

Enables or disables the HTTP Digest authentication.

Syntax

ANSI (Cross Platform)
int GetUseDigestAuth();
int SetUseDigestAuth(int bUseDigestAuth); Unicode (Windows) BOOL GetUseDigestAuth();
INT SetUseDigestAuth(BOOL bUseDigestAuth);
@property (nonatomic,readwrite,assign,getter=useDigestAuth,setter=setUseDigestAuth:) BOOL useDigestAuth;
- (BOOL)useDigestAuth;
- (void)setUseDigestAuth:(BOOL)newUseDigestAuth;
#define PID_RESTCLIENT_USEDIGESTAUTH 155

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

Default Value

FALSE

Remarks

Digest authentication is more advanced than the Basic scheme, as it does not send the username and password in plain text and is immune to replay attacks.

Digest authentication is standardized in RFC 2617.

Data Type

Boolean

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