WS_TCP_SSPI_TRANSPORT_SECURITY_BINDING_TEMPLATE structure (webservices.h)
The security binding template for specifying the use of Windows SSPI protocol based transport security.
See also WS_TCP_SSPI_TRANSPORT_SECURITY_BINDING.
Syntax
typedef struct _WS_TCP_SSPI_TRANSPORT_SECURITY_BINDING_TEMPLATE {
WS_SECURITY_BINDING_PROPERTIES securityBindingProperties;
WS_WINDOWS_INTEGRATED_AUTH_CREDENTIAL *clientCredential;
} WS_TCP_SSPI_TRANSPORT_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 and must not be specified on the server.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | webservices.h |