8 references to transformChain
System.IdentityModel (8)
System\IdentityModel\SignedXml.cs (8)
1048
get { return this.
transformChain
; }
1053
get { return this.
transformChain
.TransformCount; }
1075
this.
transformChain
.Add(transform);
1210
if (this.
transformChain
.TransformCount == 0)
1220
return this.
transformChain
.TransformToDigest(this.resolvedXmlSource, this.ResourcePool, this.DigestMethod, this.dictionaryManager);
1239
this.
transformChain
.ReadFrom(reader, transformFactory, dictionaryManager, ShouldPreserveComments(this.Uri));
1270
if (this.
transformChain
.TransformCount > 0)
1272
this.
transformChain
.WriteTo(writer, dictionaryManager);