2 instantiations of SecurityTimestamp
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\SendSecurityHeader.cs (1)
389AddTimestamp(new SecurityTimestamp(now, now + timestampValidityDuration, id));
System\ServiceModel\Security\WSUtilitySpecificationVersion.cs (1)
112return new SecurityTimestamp(creationTimeUtc, expiryTimeUtc, id, digestAlgorithm, digest);
12 references to SecurityTimestamp
System.ServiceModel.Primitives (12)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
58private SecurityTimestamp _timestamp;
System\ServiceModel\Security\ReceiveSecurityHeaderElementManager.cs (1)
45public void AppendTimestamp(SecurityTimestamp timestamp)
System\ServiceModel\Security\SendSecurityHeader.cs (2)
219public SecurityTimestamp Timestamp 392public void AddTimestamp(SecurityTimestamp timestamp)
System\ServiceModel\Security\SendSecurityHeaderElementContainer.cs (1)
24public SecurityTimestamp Timestamp;
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (1)
366SecurityTimestamp timestamp = Timestamp;
System\ServiceModel\Security\WSUtilitySpecificationVersion.cs (6)
50internal abstract SecurityTimestamp ReadTimestamp(XmlDictionaryReader reader, string digestAlgorithm, SignatureResourcePool resourcePool); 52internal abstract void WriteTimestamp(XmlDictionaryWriter writer, SecurityTimestamp timestamp); 54internal abstract void WriteTimestampCanonicalForm(Stream stream, SecurityTimestamp timestamp, byte[] buffer); 70internal override SecurityTimestamp ReadTimestamp(XmlDictionaryReader reader, string digestAlgorithm, SignatureResourcePool resourcePool) 115internal override void WriteTimestamp(XmlDictionaryWriter writer, SecurityTimestamp timestamp) 133internal override void WriteTimestampCanonicalForm(Stream stream, SecurityTimestamp timestamp, byte[] workBuffer)