3 writes to ComputedKey
System.ServiceModel (3)
System\ServiceModel\DXD.cs (1)
253this.ComputedKey = dictionary.Add(TrustDec2005Strings.ComputedKey);
System\ServiceModel\XD.cs (2)
1392this.ComputedKey = dictionary.CreateString(ServiceModelStringsVersion1.String206, 206); 1447this.ComputedKey = dictionary.CreateString(ServiceModelStringsVersion1.String206, 206);
4 references to ComputedKey
System.ServiceModel (4)
System\ServiceModel\DXD.cs (2)
324Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.ComputedKey); 376Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.ComputedKey);
System\ServiceModel\Security\WSTrust.cs (2)
368if (proofXml.LocalName == DriverDictionary.ComputedKey.Value && proofXml.NamespaceURI == DriverDictionary.Namespace.Value) 1161writer.WriteElementString(DriverDictionary.Prefix.Value, DriverDictionary.ComputedKey, DriverDictionary.Namespace, DriverDictionary.Psha1ComputedKeyUri.Value);