SecurityHeaderLayout Enum
Definition
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
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.