4 overrides of DefaultEncryptionAlgorithmDictionaryString
System.ServiceModel (4)
System\ServiceModel\Security\SecurityAlgorithmSuite.cs (4)
552
internal override XmlDictionaryString
DefaultEncryptionAlgorithmDictionaryString
{ get { return XD.SecurityAlgorithmDictionary.Aes256Encryption; } }
583
internal override XmlDictionaryString
DefaultEncryptionAlgorithmDictionaryString
{ get { return XD.SecurityAlgorithmDictionary.Aes192Encryption; } }
614
internal override XmlDictionaryString
DefaultEncryptionAlgorithmDictionaryString
{ get { return XD.SecurityAlgorithmDictionary.Aes128Encryption; } }
646
internal override XmlDictionaryString
DefaultEncryptionAlgorithmDictionaryString
{ get { return XD.SecurityAlgorithmDictionary.TripleDesEncryption; } }
1 reference to DefaultEncryptionAlgorithmDictionaryString
System.ServiceModel (1)
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (1)
62
get { return this.AlgorithmSuite.
DefaultEncryptionAlgorithmDictionaryString
; }