2 writes to ExclusiveC14n
System.IdentityModel (2)
System\IdentityModel\XD.cs (2)
616this.ExclusiveC14n = dictionary.CreateString(IdentityModelStringsVersion1.String20, 20); 645this.ExclusiveC14n = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String20);
6 references to ExclusiveC14n
System.IdentityModel (6)
System\IdentityModel\ExclusiveCanonicalizationTransform.cs (2)
38this.algorithm = includeComments ? XD.SecurityAlgorithmDictionary.ExclusiveC14nWithComments.Value : XD.SecurityAlgorithmDictionary.ExclusiveC14n.Value; 183else if (algorithm == dictionaryManager.SecurityAlgorithmDictionary.ExclusiveC14n.Value)
System\IdentityModel\PreDigestedSignedInfo.cs (2)
155writer.WriteString(dictionaryManager.SecurityAlgorithmDictionary.ExclusiveC14n); 165writer.WriteString(dictionaryManager.SecurityAlgorithmDictionary.ExclusiveC14n);
System\IdentityModel\StrTransform.cs (2)
229get { return XD.SecurityAlgorithmDictionary.ExclusiveC14n.Value; } 285writer.WriteString(dictionaryManager.SecurityAlgorithmDictionary.ExclusiveC14n);