WS_HTTP_HEADER_AUTH_TARGET enumeration (webservices.h)
Defines the target for the HTTP header authentication security binding.
Syntax
typedef enum {
WS_HTTP_HEADER_AUTH_TARGET_SERVICE = 1,
WS_HTTP_HEADER_AUTH_TARGET_PROXY = 2
} WS_HTTP_HEADER_AUTH_TARGET;
Constants
WS_HTTP_HEADER_AUTH_TARGET_SERVICE Value: 1 Indicates that the WS_HTTP_HEADER_AUTH_SECURITY_BINDING containing this setting authenticates to the server. |
WS_HTTP_HEADER_AUTH_TARGET_PROXY Value: 2 Indicates that the WS_HTTP_HEADER_AUTH_SECURITY_BINDING containing this setting authenticates to the proxy. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | webservices.h |