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