3 writes to SignWith
System.ServiceModel (3)
System\ServiceModel\DXD.cs (1)
276this.SignWith = dictionary.Add(TrustDec2005Strings.SignWith);
System\ServiceModel\XD.cs (2)
1416this.SignWith = dictionary.CreateString(ServiceModelStringsVersion1.String227, 227); 1477this.SignWith = dictionary.CreateString(ServiceModelStringsVersion1.String227, 227);
4 references to SignWith
System.ServiceModel (4)
System\ServiceModel\DXD.cs (2)
354Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.SignWith); 399Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.SignWith);
System\ServiceModel\Security\WSTrust.cs (2)
1437XmlElement result = doc.CreateElement(this.DriverDictionary.Prefix.Value, this.DriverDictionary.SignWith.Value, 1445return CheckElement(element, this.DriverDictionary.SignWith.Value, this.DriverDictionary.Namespace.Value, out signatureAlgorithm);