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