1 write to Timestamp
System.ServiceModel (1)
System\ServiceModel\Security\SendSecurityHeader.cs (1)
378this.elementContainer.Timestamp = timestamp;
7 references to Timestamp
System.ServiceModel (7)
System\ServiceModel\Security\SendSecurityHeader.cs (7)
211get { return this.elementContainer.Timestamp; } 369if (this.elementContainer.Timestamp != null) 598if (this.elementContainer.Timestamp != null && this.Layout != SecurityHeaderLayout.LaxTimestampLast) 600this.StandardsManager.WSUtilitySpecificationVersion.WriteTimestamp(writer, this.elementContainer.Timestamp); 733if (this.elementContainer.Timestamp != null && this.Layout == SecurityHeaderLayout.LaxTimestampLast) 735this.StandardsManager.WSUtilitySpecificationVersion.WriteTimestamp(writer, this.elementContainer.Timestamp); 878if (this.elementContainer.Timestamp == null)