4 overrides of DefaultDigestAlgorithmDictionaryString
System.ServiceModel (4)
System\ServiceModel\Security\SecurityAlgorithmSuite.cs (4)
551
internal override XmlDictionaryString
DefaultDigestAlgorithmDictionaryString
{ get { return XD.SecurityAlgorithmDictionary.Sha1Digest; } }
582
internal override XmlDictionaryString
DefaultDigestAlgorithmDictionaryString
{ get { return XD.SecurityAlgorithmDictionary.Sha1Digest; } }
613
internal override XmlDictionaryString
DefaultDigestAlgorithmDictionaryString
{ get { return XD.SecurityAlgorithmDictionary.Sha1Digest; } }
645
internal override XmlDictionaryString
DefaultDigestAlgorithmDictionaryString
{ get { return XD.SecurityAlgorithmDictionary.Sha1Digest; } }
2 references to DefaultDigestAlgorithmDictionaryString
System.ServiceModel (2)
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (2)
662
XmlDictionaryString digestAlgorithmDictionaryString = suite.
DefaultDigestAlgorithmDictionaryString
;
703
reference.DigestMethodDictionaryString = algorithmSuite.
DefaultDigestAlgorithmDictionaryString
;