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