2 writes to EncryptWith
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (1)
276this.EncryptWith = dictionary.Add(TrustDec2005Strings.EncryptWith);
FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs (1)
754this.EncryptWith = dictionary.CreateString(ServiceModelStringsVersion1.String228, 228);
4 references to EncryptWith
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (2)
354Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.EncryptWith); 399Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.EncryptWith);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs (2)
849XmlElement result = doc.CreateElement(this.DriverDictionary.Prefix.Value, this.DriverDictionary.EncryptWith.Value, 870return CheckElement(element, this.DriverDictionary.EncryptWith.Value, this.DriverDictionary.Namespace.Value, out encryptWithAlgorithm);