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