2 writes to Psha1ComputedKeyUri
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (1)
267this.Psha1ComputedKeyUri = dictionary.Add(TrustDec2005Strings.Psha1ComputedKeyUri);
FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs (1)
736this.Psha1ComputedKeyUri = dictionary.CreateString(ServiceModelStringsVersion1.String240, 240);
3 references to Psha1ComputedKeyUri
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (2)
336Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.Psha1ComputedKeyUri); 390Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.Psha1ComputedKeyUri);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs (1)
209get { return DriverDictionary.Psha1ComputedKeyUri.Value; }