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