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