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