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