WS_TRUST_VERSION enumeration (webservices.h)

Defines the WS-Trust specification version to be used with message security and mixed-mode security.

Syntax

typedef enum {
  WS_TRUST_VERSION_FEBRUARY_2005 = 0x1,
  WS_TRUST_VERSION_1_3 = 0x2
} WS_TRUST_VERSION;

Constants

 
WS_TRUST_VERSION_FEBRUARY_2005
Value: 0x1
WS-Trust with the specification URI of http://schemas.xmlsoap.org/ws/2005/02/trust.
WS_TRUST_VERSION_1_3
Value: 0x2
WS-Trust 1.3 with the specification URI of http://docs.oasis-open.org/ws-sx/ws-trust/200512.

Remarks

Windows 7 and Windows Server 2008 R2: WWSAPI only supports Ws-Trust and Ws-SecureConversation as defined by Lightweight Web Services Security Profile (LWSSP). For details regarding Microsoft's implementation please see the MESSAGE Syntax section of LWSSP.

Requirements

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