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