SecureBlackbox 2020 C++ Edition

Questions / Feedback?

AuthDigest Property

Enables or disables digest authentication.

Syntax

ANSI (Cross Platform)
int GetAuthDigest();
int SetAuthDigest(int bAuthDigest); Unicode (Windows) BOOL GetAuthDigest();
INT SetAuthDigest(BOOL bAuthDigest);
@property (nonatomic,readwrite,assign,getter=authDigest,setter=setAuthDigest:) BOOL authDigest;
- (BOOL)authDigest;
- (void)setAuthDigest:(BOOL)newAuthDigest;
#define PID_RESTSERVER_AUTHDIGEST 4

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

Default Value

FALSE

Remarks

Use this property to enable or disable digest-based user authentication in the HTTP server.

Data Type

Boolean

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