3 writes to UseKey
System.ServiceModel (3)
System\ServiceModel\DXD.cs (1)
275
this.
UseKey
= dictionary.Add(TrustDec2005Strings.UseKey);
System\ServiceModel\XD.cs (2)
1421
this.
UseKey
= dictionary.CreateString(ServiceModelStringsVersion1.String232, 232);
1476
this.
UseKey
= dictionary.CreateString(ServiceModelStringsVersion1.String232, 232);
3 references to UseKey
System.ServiceModel (3)
System\ServiceModel\DXD.cs (2)
353
Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.
UseKey
);
398
Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.
UseKey
);
System\ServiceModel\Security\WSTrust.cs (1)
1411
XmlElement result = doc.CreateElement(this.DriverDictionary.
UseKey
.Value, this.DriverDictionary.Namespace.Value);