1 write to KeyWrapAlgorithm
System.ServiceModel (1)
System\ServiceModel\DXD.cs (1)
299this.KeyWrapAlgorithm = dictionary.Add(TrustDec2005Strings.KeyWrapAlgorithm);
3 references to KeyWrapAlgorithm
System.ServiceModel (3)
System\ServiceModel\DXD.cs (1)
422Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.KeyWrapAlgorithm);
System\ServiceModel\Security\WSTrustDec2005.cs (2)
166XmlElement result = doc.CreateElement(DXD.TrustDec2005Dictionary.Prefix.Value, DXD.TrustDec2005Dictionary.KeyWrapAlgorithm.Value, 174return CheckElement(element, DXD.TrustDec2005Dictionary.KeyWrapAlgorithm.Value, DXD.TrustDec2005Dictionary.Namespace.Value, out keyWrapAlgorithm);