2 writes to ComputedKey
System.ServiceModel.Primitives (2)
System\ServiceModel\DXD.cs (1)
233
ComputedKey
= dictionary.Add(TrustDec2005Strings.ComputedKey);
System\ServiceModel\XD.cs (1)
736
ComputedKey
= dictionary.CreateString(ServiceModelStringsVersion1.String206, 206);
4 references to ComputedKey
System.ServiceModel.Primitives (4)
System\ServiceModel\DXD.cs (2)
304
Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.
ComputedKey
);
356
Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.
ComputedKey
);
System\ServiceModel\Security\WSTrust.cs (2)
358
if (proofXml.LocalName == DriverDictionary.
ComputedKey
.Value && proofXml.NamespaceURI == DriverDictionary.Namespace.Value)
1085
writer.WriteElementString(DriverDictionary.Prefix.Value, DriverDictionary.
ComputedKey
, DriverDictionary.Namespace, DriverDictionary.Psha1ComputedKeyUri.Value);