5 references to SecurityAlgorithmDictionary
System.IdentityModel (5)
System\IdentityModel\ExclusiveCanonicalizationTransform.cs (2)
176if (algorithm == dictionaryManager.SecurityAlgorithmDictionary.ExclusiveC14nWithComments.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 (1)
285writer.WriteString(dictionaryManager.SecurityAlgorithmDictionary.ExclusiveC14n);