WS_CERT_MESSAGE_SECURITY_BINDING_CONSTRAINT structure (webservices.h)
A security binding constraint that can be used with WS_XML_TOKEN_MESSAGE_SECURITY_BINDING.
Syntax
typedef struct _WS_CERT_MESSAGE_SECURITY_BINDING_CONSTRAINT {
WS_SECURITY_BINDING_CONSTRAINT bindingConstraint;
WS_MESSAGE_SECURITY_USAGE bindingUsage;
} WS_CERT_MESSAGE_SECURITY_BINDING_CONSTRAINT;
Members
bindingConstraint
The base binding constraint that this binding constraint derives from.
There are currently no binding-specific properties defined for this binding constraint.
bindingUsage
This specifies how the security token corresponding to this security binding should be attached to a message.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | webservices.h |