3 writes to EncryptionAlgorithm
System.ServiceModel (3)
System\ServiceModel\DXD.cs (1)
278this.EncryptionAlgorithm = dictionary.Add(TrustDec2005Strings.EncryptionAlgorithm);
System\ServiceModel\XD.cs (2)
1418this.EncryptionAlgorithm = dictionary.CreateString(ServiceModelStringsVersion1.String229, 229); 1479this.EncryptionAlgorithm = dictionary.CreateString(ServiceModelStringsVersion1.String229, 229);
4 references to EncryptionAlgorithm
System.ServiceModel (4)
System\ServiceModel\DXD.cs (2)
356Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.EncryptionAlgorithm); 401Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.EncryptionAlgorithm);
System\ServiceModel\Security\WSTrust.cs (2)
1468XmlElement result = doc.CreateElement(this.DriverDictionary.Prefix.Value, this.DriverDictionary.EncryptionAlgorithm.Value, 1481return CheckElement(element, this.DriverDictionary.EncryptionAlgorithm.Value, this.DriverDictionary.Namespace.Value, out encryptionAlgorithm);