2 writes to Psha1ComputedKeyUri
System.ServiceModel.Primitives (2)
System\ServiceModel\DXD.cs (1)
248Psha1ComputedKeyUri = dictionary.Add(TrustDec2005Strings.Psha1ComputedKeyUri);
System\ServiceModel\XD.cs (1)
749Psha1ComputedKeyUri = dictionary.CreateString(ServiceModelStringsVersion1.String240, 240);
5 references to Psha1ComputedKeyUri
System.ServiceModel.Primitives (5)
System\ServiceModel\DXD.cs (2)
317Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.Psha1ComputedKeyUri); 371Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.Psha1ComputedKeyUri);
System\ServiceModel\Security\WSTrust.cs (3)
204get { return DriverDictionary.Psha1ComputedKeyUri.Value; } 361if (computedKeyAlgorithm != DriverDictionary.Psha1ComputedKeyUri.Value) 1085writer.WriteElementString(DriverDictionary.Prefix.Value, DriverDictionary.ComputedKey, DriverDictionary.Namespace, DriverDictionary.Psha1ComputedKeyUri.Value);