WS_KERBEROS_APREQ_MESSAGE_SECURITY_BINDING_TEMPLATE structure (webservices.h)

The security binding template for specifying the use of the Kerberos AP_REQ ticket as a direct (i.e., without establishing a session) security token with WS-Security.

See also WS_KERBEROS_APREQ_MESSAGE_SECURITY_BINDING

Syntax

typedef struct _WS_KERBEROS_APREQ_MESSAGE_SECURITY_BINDING_TEMPLATE {
  WS_SECURITY_BINDING_PROPERTIES        securityBindingProperties;
  WS_WINDOWS_INTEGRATED_AUTH_CREDENTIAL *clientCredential;
} WS_KERBEROS_APREQ_MESSAGE_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 the Kerberos ticket. This field is required on the client side, but 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