2 writes to SignWith
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (1)
275this.SignWith = dictionary.Add(TrustDec2005Strings.SignWith);
FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs (1)
753this.SignWith = dictionary.CreateString(ServiceModelStringsVersion1.String227, 227);
4 references to SignWith
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (2)
353Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.SignWith); 398Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.SignWith);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs (2)
831XmlElement result = doc.CreateElement(this.DriverDictionary.Prefix.Value, this.DriverDictionary.SignWith.Value, 839return CheckElement(element, this.DriverDictionary.SignWith.Value, this.DriverDictionary.Namespace.Value, out signatureAlgorithm);