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