5 references to SecurityAlgorithmDictionary
System.IdentityModel (5)
System\IdentityModel\ExclusiveCanonicalizationTransform.cs (2)
176
if (algorithm == dictionaryManager.
SecurityAlgorithmDictionary
.ExclusiveC14nWithComments.Value)
183
else if (algorithm == dictionaryManager.
SecurityAlgorithmDictionary
.ExclusiveC14n.Value)
System\IdentityModel\PreDigestedSignedInfo.cs (2)
155
writer.WriteString(dictionaryManager.
SecurityAlgorithmDictionary
.ExclusiveC14n);
165
writer.WriteString(dictionaryManager.
SecurityAlgorithmDictionary
.ExclusiveC14n);
System\IdentityModel\StrTransform.cs (1)
285
writer.WriteString(dictionaryManager.
SecurityAlgorithmDictionary
.ExclusiveC14n);