Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WS_SSL_TRANSPORT_SECURITY_BINDING_CONSTRAINT structure

A security binding constraint that corresponds to the WS_SSL_TRANSPORT_SECURITY_BINDING.

Syntax


struct WS_SSL_TRANSPORT_SECURITY_BINDING_CONSTRAINT {
  WS_SECURITY_BINDING_CONSTRAINT bindingConstraint;
  struct  out;
};

Members

bindingConstraint

The base binding constraint that this binding constraint derives from.

There are no binding-specific properties are defined for this binding constraint at this time.

out

When WsMatchPolicyAlternative returns NOERROR, the entire contents of this structure will be filled out.

Requirements

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

WebServices.h

 

 

Community Additions

Show:
© 2017 Microsoft