11 references to TransformCount
System.IdentityModel (11)
System\IdentityModel\SignedXml.cs (11)
1053
get { return this.transformChain.
TransformCount
; }
1137
return this.TransformChain.
TransformCount
== 1 && this.TransformChain[0].Algorithm == SecurityAlgorithms.StrTransform;
1210
if (this.transformChain.
TransformCount
== 0)
1270
if (this.transformChain.
TransformCount
> 0)
1353
for (int i = 0; i < this.
TransformCount
; i++)
1369
if (
TransformCount
> maximumTransforms)
1391
if (this.
TransformCount
== 0)
1399
DiagnosticUtility.DebugAssert(
TransformCount
> 0, "");
1400
for (int i = 0; i < this.
TransformCount
- 1; i++)
1404
return this[this.
TransformCount
- 1].ProcessAndDigest(data, resourcePool, digestMethod, dictionaryManager);
1410
for (int i = 0; i < this.
TransformCount
; i++)