SecureBlackbox 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_SOAPCLIENT_USEDIGESTAUTH 174

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_SOAPClient_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_SOAPClient_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 2020 C++ Edition - Version 20.0 [Build 8166]