3 writes to Psha1ComputedKeyUri
System.ServiceModel (3)
System\ServiceModel\DXD.cs (1)
268this.Psha1ComputedKeyUri = dictionary.Add(TrustDec2005Strings.Psha1ComputedKeyUri);
System\ServiceModel\XD.cs (2)
1406this.Psha1ComputedKeyUri = dictionary.CreateString(ServiceModelStringsVersion1.String218, 218); 1460this.Psha1ComputedKeyUri = dictionary.CreateString(ServiceModelStringsVersion1.String240, 240);
5 references to Psha1ComputedKeyUri
System.ServiceModel (5)
System\ServiceModel\DXD.cs (2)
337Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.Psha1ComputedKeyUri); 391Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.Psha1ComputedKeyUri);
System\ServiceModel\Security\WSTrust.cs (3)
224get { return DriverDictionary.Psha1ComputedKeyUri.Value; } 371if (computedKeyAlgorithm != this.DriverDictionary.Psha1ComputedKeyUri.Value) 1161writer.WriteElementString(DriverDictionary.Prefix.Value, DriverDictionary.ComputedKey, DriverDictionary.Namespace, DriverDictionary.Psha1ComputedKeyUri.Value);