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