6 references to LaxTimestampLast
System.ServiceModel (6)
System\ServiceModel\Channels\SecurityHeaderLayout.cs (1)
22|| value == SecurityHeaderLayout.LaxTimestampLast
System\ServiceModel\Security\SecurityHeaderElementInferenceEngine.cs (1)
29case SecurityHeaderLayout.LaxTimestampLast:
System\ServiceModel\Security\SendSecurityHeader.cs (2)
598if (this.elementContainer.Timestamp != null && this.Layout != SecurityHeaderLayout.LaxTimestampLast) 733if (this.elementContainer.Timestamp != null && this.Layout == SecurityHeaderLayout.LaxTimestampLast)
System\ServiceModel\Security\WSSecurityPolicy.cs (2)
1533case SecurityHeaderLayout.LaxTimestampLast: 1555layout = SecurityHeaderLayout.LaxTimestampLast;