4 references to GetInclusivePrefixes
System.IdentityModel (4)
System\IdentityModel\ExclusiveCanonicalizationTransform.cs (3)
72get { return GetInclusivePrefixes() != null; } 133utf8Writer.StartCanonicalization(hashStream, this.IncludeComments, GetInclusivePrefixes()); 151dictionaryReader.StartCanonicalization(hashStream, this.IncludeComments, GetInclusivePrefixes());
System\IdentityModel\SignedXml.cs (1)
611return this.canonicalizationMethodElement.GetInclusivePrefixes();