1 write to canonicalStream
System.IdentityModel (1)
System\IdentityModel\SignedXml.cs (1)
444set { this.canonicalStream = value; }
3 references to canonicalStream
System.IdentityModel (3)
System\IdentityModel\SignedXml.cs (3)
443get { return this.canonicalStream; } 552else if (this.canonicalStream != null) 554this.canonicalStream.WriteTo(hashStream);