6 references to SetAttribute
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\PrivacyNoticeBindingElement.cs (1)
95assertion.SetAttribute(PrivacyNoticePolicyStrings.PrivacyNoticeVersionAttributeName, PrivacyNoticePolicyStrings.PrivacyNoticeNamespace, XmlConvert.ToString(settings.Version));
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (5)
1905result.SetAttribute(OptionalName, exporter.PolicyVersion.Namespace, TrueName); 1964tokenAssertion.SetAttribute(IncludeTokenName, this.WsspNamespaceUri, AlwaysToInitiatorUri); 1967tokenAssertion.SetAttribute(IncludeTokenName, this.WsspNamespaceUri, AlwaysToRecipientUri); 1970tokenAssertion.SetAttribute(IncludeTokenName, this.WsspNamespaceUri, NeverUri); 1973tokenAssertion.SetAttribute(IncludeTokenName, this.WsspNamespaceUri, OnceUri);