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