7 references to WriteElementString
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageFault.cs (3)
312
writer.
WriteElementString
(XD.Message12Dictionary.FaultNode, version.DictionaryNamespace, Node);
314
writer.
WriteElementString
(XD.Message12Dictionary.FaultRole, version.DictionaryNamespace, Actor);
389
writer.
WriteElementString
(XD.Message11Dictionary.FaultActor, XD.Message11Dictionary.FaultNamespace, Actor);
FrameworkFork\System.ServiceModel\System\ServiceModel\DnsEndpointIdentity.cs (1)
39
writer.
WriteElementString
(XD.AddressingDictionary.Dns, XD.AddressingDictionary.IdentityExtensionNamespace, (string)this.IdentityClaim.Resource);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs (1)
183
writer.
WriteElementString
(this.DriverDictionary.RequestedTokenClosed, this.DriverDictionary.Namespace, String.Empty);
FrameworkFork\System.ServiceModel\System\ServiceModel\SpnEndpointIdentity.cs (1)
65
writer.
WriteElementString
(XD.AddressingDictionary.Spn, XD.AddressingDictionary.IdentityExtensionNamespace, (string)this.IdentityClaim.Resource);
FrameworkFork\System.ServiceModel\System\ServiceModel\X509CertificateEndpointIdentity.cs (1)
90
writer.
WriteElementString
(XD.XmlSignatureDictionary.X509Certificate, XD.XmlSignatureDictionary.Namespace, Convert.ToBase64String(_certificateCollection[i].RawData));