BG_AUTH_TARGET enumeration
The BG_AUTH_TARGET enumeration defines the constant values that specify whether the credentials are used for proxy or server user authentication requests.
Syntax
typedef enum {
BG_AUTH_TARGET_SERVER = 1,
BG_AUTH_TARGET_PROXY
} BG_AUTH_TARGET;
Constants
BG_AUTH_TARGET_SERVER
Use credentials for server requests.BG_AUTH_TARGET_PROXY
Use credentials for proxy requests.
Requirements
Minimum supported client |
Windows 10, version 1709 [desktop apps only] |
Minimum supported server |
Windows Server 2016 [desktop apps only] |
Header |
Deliveryoptimization.h |