1 write to signatureValue
System.ServiceModel (1)
System\ServiceModel\Security\SignatureConfirmationElement.cs (1)
29this.signatureValue = signatureValue;
2 references to signatureValue
System.ServiceModel (2)
System\ServiceModel\Security\SignatureConfirmationElement.cs (2)
45return this.signatureValue; 50this.version.WriteSignatureConfirmation(writer, this.id, this.signatureValue);