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