WS_SECURITY_CONTEXT_SECURITY_BINDING_TEMPLATE structure (webservices.h)
The security binding template for specifying the use of an application supplied security context security binding. This security binding may be used only with message security. So, it is used in conjunction with another transport security binding that provides message protection. The security properties are used to establish the secure conversation.
See also WS_SECURITY_CONTEXT_MESSAGE_SECURITY_BINDING
Syntax
typedef struct _WS_SECURITY_CONTEXT_SECURITY_BINDING_TEMPLATE {
WS_SECURITY_CONTEXT_MESSAGE_SECURITY_BINDING_TEMPLATE securityContextMessageSecurityBinding;
WS_SECURITY_PROPERTIES securityProperties;
} WS_SECURITY_CONTEXT_SECURITY_BINDING_TEMPLATE;
Members
securityContextMessageSecurityBinding
Application provided security binding properties that cannot be represented in policy.
securityProperties
Application provided additional security properties for the service channel that cannot be represented in policy. Only policy specified security properties is used if no additional properties are specified here.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | webservices.h |