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