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