Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SecurityHeaderLayout Enum

Definition

Namespace:
System.ServiceModel.Channels
Assemblies:
System.ServiceModel.dll, System.ServiceModel.Security.dll
Assemblies:
System.ServiceModel.dll, System.ServiceModel.Primitives.dll
Assembly:
System.ServiceModel.Security.dll
Assembly:
System.ServiceModel.dll
Assembly:
System.ServiceModel.Primitives.dll
Package:
System.ServiceModel.Primitives v10.0.652802
Source:
SecurityHeaderLayout.cs
Source:
SecurityHeaderLayout.cs
Source:
SecurityHeaderLayout.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Describes the layout of the security header.

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

Fields

Name Value Description
Strict 0

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

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.

Remarks

The default value is Strict.

Applies to


Feedback

Was this page helpful?