WS_SECURITY_BINDING_CONSTRAINT structure (webservices.h)

The base class for all security binding constraint structures.

Syntax

typedef struct _WS_SECURITY_BINDING_CONSTRAINT {
  WS_SECURITY_BINDING_CONSTRAINT_TYPE     type;
  WS_SECURITY_BINDING_PROPERTY_CONSTRAINT *propertyConstraints;
  ULONG                                   propertyConstraintCount;
} WS_SECURITY_BINDING_CONSTRAINT;

Members

type

This value depends on which type of security binding constraint that is used.

propertyConstraints

A set of binding-specific security property constraints.

See WS_SECURITY_BINDING_PROPERTY_CONSTRAINT for more information.

propertyConstraintCount

The number of elements in the propertyConstraints array.

If the array has zero elements, the propertyConstraints field may be NULL.

Requirements

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