5 references to signatureValueElement
System.IdentityModel (5)
System\IdentityModel\SignedXml.cs (5)
298get { return this.signatureValueElement; } 303return this.signatureValueElement.Value; 314this.signatureValueElement.ReadFrom(reader, dictionaryManager); 324this.signatureValueElement.Value = signatureValue; 335this.signatureValueElement.WriteTo(writer, dictionaryManager);