1 write to signature
System.IdentityModel (1)
System\IdentityModel\SignedXml.cs (1)
46this.signature = new Signature(this, signedInfo);
5 references to signature
System.IdentityModel (5)
System\IdentityModel\SignedXml.cs (5)
57get { return this.signature.Id; } 58set { this.signature.Id = value; } 68get { return this.signature; } 175this.signature.ReadFrom(reader, this.dictionaryManager); 260this.signature.WriteTo(writer, dictionaryManager);