SecurityHeaderLayout Enum

Definition

Describes the layout of the security header.

public enum class SecurityHeaderLayout
public enum SecurityHeaderLayout
type SecurityHeaderLayout = 
Public Enum SecurityHeaderLayout
Inheritance
SecurityHeaderLayout

Fields

Lax 1

Items are added to the security header in any order that confirms to WSS: SOAP Message security.

LaxTimestampFirst 2

Items are added to the security header in any order that confirms to WSS: SOAP Message security except that the first element in the security header must be a wsse:Timestamp element.

LaxTimestampLast 3

Items are added to the security header in any order that confirms to WSS: SOAP Message security except that the last element in the security header must be a wsse:Timestamp element.

Strict 0

Items are added to the security header according to the general principle of "declare before use".

Remarks

The default value is Strict.

Applies to