1 write to toHeaderHash
System.ServiceModel (1)
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (1)
276
this.
toHeaderHash
= headerHash;
3 references to toHeaderHash
System.ServiceModel (3)
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (3)
272
if (this.
toHeaderHash
== null)
511
if (this.
toHeaderHash
!= null)
512
signedInfo.AddReference(this.toHeaderId, this.
toHeaderHash
);