4 references to StrTransform
System.IdentityModel (4)
System\IdentityModel\PreDigestedSignedInfo.cs (1)
150writer.WriteString(SecurityAlgorithms.StrTransform);
System\IdentityModel\SignedXml.cs (1)
1137return this.TransformChain.TransformCount == 1 && this.TransformChain[0].Algorithm == SecurityAlgorithms.StrTransform;
System\IdentityModel\StandardTransformFactory.cs (1)
31else if (transformAlgorithmUri == SecurityAlgorithms.StrTransform)
System\IdentityModel\StrTransform.cs (1)
32return SecurityAlgorithms.StrTransform;