1 write to timestamp
System.ServiceModel (1)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
1599
this.
timestamp
= this.StandardsManager.WSUtilitySpecificationVersion.ReadTimestamp(reader, expectedDigestAlgorithm, resourcePool);
8 references to timestamp
System.ServiceModel (8)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (8)
471
get { return this.
timestamp
; }
969
if (this.
timestamp
== null)
983
this.
timestamp
.ValidateFreshness(this.replayWindow, this.clockSkew);
1542
if (this.
timestamp
== null)
1548
id = this.
timestamp
.Id;
1592
if (this.
timestamp
!= null)
1600
this.
timestamp
.ValidateRangeAndFreshness(this.replayWindow, this.clockSkew);
1601
this.elementManager.AppendTimestamp(this.
timestamp
);