WS_TCP_SSPI_KERBEROS_APREQ_BINDING_TEMPLATE structure (webservices.h)

Username/password security template information to be filled in by application. Associated with WS_TCP_SSPI_KERBEROS_APREQ_BINDING_TEMPLATE_TYPE.

Syntax

typedef struct _WS_TCP_SSPI_KERBEROS_APREQ_BINDING_TEMPLATE {
  WS_CHANNEL_PROPERTIES                               channelProperties;
  WS_SECURITY_PROPERTIES                              securityProperties;
  WS_TCP_SSPI_TRANSPORT_SECURITY_BINDING_TEMPLATE     sspiTransportSecurityBinding;
  WS_KERBEROS_APREQ_MESSAGE_SECURITY_BINDING_TEMPLATE kerberosApreqMessageSecurityBinding;
} WS_TCP_SSPI_KERBEROS_APREQ_BINDING_TEMPLATE;

Members

channelProperties

Application provided additional channel properties that cannot be represented in policy.

securityProperties

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

sspiTransportSecurityBinding

Application provided SSPI transport security information that cannot be represented in policy.

kerberosApreqMessageSecurityBinding

Application provided kerberos binding information that cannot be represented in policy.

Requirements

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