3 references to ExclusiveC14nWithComments
System.IdentityModel (3)
System\IdentityModel\CryptoHelper.cs (1)
1221case SecurityAlgorithms.ExclusiveC14nWithComments:
System\IdentityModel\SignedXml.cs (1)
534if ((this.CanonicalizationMethod != SecurityAlgorithms.ExclusiveC14n) && (this.CanonicalizationMethod != SecurityAlgorithms.ExclusiveC14nWithComments))
System\IdentityModel\StandardTransformFactory.cs (1)
27else if (transformAlgorithmUri == SecurityAlgorithms.ExclusiveC14nWithComments)