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