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