2 writes to signatureValue
System.IdentityModel (2)
System\IdentityModel\SignedXml.cs (2)
367
this.
signatureValue
= value;
380
this.
signatureValue
= System.Convert.FromBase64String(signatureText.Trim());
3 references to signatureValue
System.IdentityModel (3)
System\IdentityModel\SignedXml.cs (3)
364
get { return this.
signatureValue
; }
398
writer.WriteBase64(this.
signatureValue
, 0, this.
signatureValue
.Length);