WS_HTTP_HEADER_AUTH_SECURITY_BINDING_TEMPLATE structure (webservices.h)

The security binding template for specifying the use of HTP header authentication protocol based security.

See also WS_HTTP_HEADER_AUTH_SECURITY_BINDING

Syntax

typedef struct _WS_HTTP_HEADER_AUTH_SECURITY_BINDING_TEMPLATE {
  WS_SECURITY_BINDING_PROPERTIES        securityBindingProperties;
  WS_WINDOWS_INTEGRATED_AUTH_CREDENTIAL *clientCredential;
} WS_HTTP_HEADER_AUTH_SECURITY_BINDING_TEMPLATE;

Members

securityBindingProperties

Application provided security binding properties that cannot be represented in policy.

clientCredential

The Windows credential to be used to obtain this security token. This is required on the client side and must be NULL on the server side.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header webservices.h