WS_SECURITY_HEADER_VERSION enumeration (webservices.h)

The WS-Security specification version to be used with message security and mixed-mode security.

Syntax

typedef enum {
  WS_SECURITY_HEADER_VERSION_1_0 = 0x1,
  WS_SECURITY_HEADER_VERSION_1_1 = 0x2
} WS_SECURITY_HEADER_VERSION;

Constants

 
WS_SECURITY_HEADER_VERSION_1_0
Value: 0x1
WS-Security 1.0.
WS_SECURITY_HEADER_VERSION_1_1
Value: 0x2
WS-Security 1.1.

Requirements

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