Skip to content

Latest commit

 

History

History
78 lines (64 loc) · 3.36 KB

ne-webservices-ws_security_header_layout.md

File metadata and controls

78 lines (64 loc) · 3.36 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:webservices.WS_SECURITY_HEADER_LAYOUT
WS_SECURITY_HEADER_LAYOUT (webservices.h)
The layout rules applied to the elements of the WS-Security security header. This setting is relevant to message security bindings and mixed-mode security bindings.
WS_SECURITY_HEADER_LAYOUT
WS_SECURITY_HEADER_LAYOUT enumeration [Web Services for Windows]
WS_SECURITY_HEADER_LAYOUT_LAX
WS_SECURITY_HEADER_LAYOUT_LAX_WITH_TIMESTAMP_FIRST
WS_SECURITY_HEADER_LAYOUT_LAX_WITH_TIMESTAMP_LAST
WS_SECURITY_HEADER_LAYOUT_STRICT
webservices/WS_SECURITY_HEADER_LAYOUT
webservices/WS_SECURITY_HEADER_LAYOUT_LAX
webservices/WS_SECURITY_HEADER_LAYOUT_LAX_WITH_TIMESTAMP_FIRST
webservices/WS_SECURITY_HEADER_LAYOUT_LAX_WITH_TIMESTAMP_LAST
webservices/WS_SECURITY_HEADER_LAYOUT_STRICT
wsw.ws_security_header_layout
wsw\ws_security_header_layout.htm
wsw
a3090e6f-1f80-4d67-b7d7-1165486dcc66
12/05/2018
WS_SECURITY_HEADER_LAYOUT, WS_SECURITY_HEADER_LAYOUT enumeration [Web Services for Windows], WS_SECURITY_HEADER_LAYOUT_LAX, WS_SECURITY_HEADER_LAYOUT_LAX_WITH_TIMESTAMP_FIRST, WS_SECURITY_HEADER_LAYOUT_LAX_WITH_TIMESTAMP_LAST, WS_SECURITY_HEADER_LAYOUT_STRICT, webservices/WS_SECURITY_HEADER_LAYOUT, webservices/WS_SECURITY_HEADER_LAYOUT_LAX, webservices/WS_SECURITY_HEADER_LAYOUT_LAX_WITH_TIMESTAMP_FIRST, webservices/WS_SECURITY_HEADER_LAYOUT_LAX_WITH_TIMESTAMP_LAST, webservices/WS_SECURITY_HEADER_LAYOUT_STRICT, wsw.ws_security_header_layout
webservices.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Windows
WS_SECURITY_HEADER_LAYOUT
19H1
WS_SECURITY_HEADER_LAYOUT
webservices/WS_SECURITY_HEADER_LAYOUT
c++
APIRef
kbSyntax
HeaderDef
WebServices.h
WS_SECURITY_HEADER_LAYOUT

WS_SECURITY_HEADER_LAYOUT enumeration

-description

The layout rules applied to the elements of the WS-Security security header. This setting is relevant to message security bindings and mixed-mode security bindings.

-enum-fields

-field WS_SECURITY_HEADER_LAYOUT_STRICT:1

The elements of the security header must follow a 'declare before use' layout. All security tokens must appear before their usage.

-field WS_SECURITY_HEADER_LAYOUT_LAX:2

The elements of the security header can be in arbitrary order, including security tokens appearing after usage.

-field WS_SECURITY_HEADER_LAYOUT_LAX_WITH_TIMESTAMP_FIRST:3

The elements of the security header can be in arbitrary order as in WS_SECURITY_HEADER_LAYOUT_LAX, but the timestamp element must be the first element.

-field WS_SECURITY_HEADER_LAYOUT_LAX_WITH_TIMESTAMP_LAST:4

The elements of the security header can be in arbitrary order as in WS_SECURITY_HEADER_LAYOUT_LAX, but the timestamp element must be the last element.