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