1 write to primarySignatureValue
System.ServiceModel (1)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
1439
this.
primarySignatureValue
= signedXml.GetSignatureValue();
4 references to primarySignatureValue
System.ServiceModel (4)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (4)
207
get { return this.
primarySignatureValue
; }
974
if (this.
primarySignatureValue
== null)
980
AddNonce(this.nonceCache, this.
primarySignatureValue
);
1442
CheckNonce(this.nonceCache, this.
primarySignatureValue
);