SecurityHeaderLayout Enumeration
.NET Framework (current version)
Describes the layout of the security header.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Member name | Description | |
|---|---|---|
| Lax | Items are added to the security header in any order that confirms to WSS: SOAP Message security. | |
| LaxTimestampFirst | 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 | 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 | Items are added to the security header according to the general principle of “declare before use”. |
The default value is Strict.
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Show: