6 references to canonicalizationMethodElement
System.IdentityModel (6)
System\IdentityModel\SignedXml.cs (6)
467get { return this.canonicalizationMethodElement.Algorithm; } 470if (value != this.canonicalizationMethodElement.Algorithm) 481if (value != null && value.Value != this.canonicalizationMethodElement.Algorithm) 611return this.canonicalizationMethodElement.GetInclusivePrefixes(); 640this.canonicalizationMethodElement.ReadFrom(reader, dictionaryManager, false); 652this.canonicalizationMethodElement.WriteTo(writer, dictionaryManager);