3 writes to EncryptWith
System.ServiceModel (3)
System\ServiceModel\DXD.cs (1)
277this.EncryptWith = dictionary.Add(TrustDec2005Strings.EncryptWith);
System\ServiceModel\XD.cs (2)
1417this.EncryptWith = dictionary.CreateString(ServiceModelStringsVersion1.String228, 228); 1478this.EncryptWith = dictionary.CreateString(ServiceModelStringsVersion1.String228, 228);
4 references to EncryptWith
System.ServiceModel (4)
System\ServiceModel\DXD.cs (2)
355Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.EncryptWith); 400Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.EncryptWith);
System\ServiceModel\Security\WSTrust.cs (2)
1455XmlElement result = doc.CreateElement(this.DriverDictionary.Prefix.Value, this.DriverDictionary.EncryptWith.Value, 1476return CheckElement(element, this.DriverDictionary.EncryptWith.Value, this.DriverDictionary.Namespace.Value, out encryptWithAlgorithm);