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