2 overrides of DefaultEncryptionAlgorithmDictionaryString
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\SecurityAlgorithmSuite.cs (2)
146
internal override XmlDictionaryString
DefaultEncryptionAlgorithmDictionaryString
{ get { return XD.SecurityAlgorithmDictionary.Aes256Encryption; } }
178
internal override XmlDictionaryString
DefaultEncryptionAlgorithmDictionaryString
{ get { return XD.SecurityAlgorithmDictionary.TripleDesEncryption; } }
1 reference to DefaultEncryptionAlgorithmDictionaryString
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (1)
51
get { return AlgorithmSuite.
DefaultEncryptionAlgorithmDictionaryString
; }