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