BG_AUTH_TARGET enumeration (bits1_5.h)
Defines constants that specify whether the credentials are used for proxy or server user authentication requests.
Syntax
typedef enum BG_AUTH_TARGET {
BG_AUTH_TARGET_SERVER = 1,
BG_AUTH_TARGET_PROXY
} ;
Constants
BG_AUTH_TARGET_SERVER Value: 1 Use credentials for server requests. |
BG_AUTH_TARGET_PROXY Use credentials for proxy requests. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2003 |
Header | bits1_5.h (include Bits.h) |
Redistributable | BITS 1.5 on Windows XP |