21 references to WriteAttributeString
dotnet-svcutil-lib (21)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\WSSecurityJan2004.cs (4)
299writer.WriteAttributeString(XD.SecurityJan2004Dictionary.ValueType, null, ValueTypeUri); 303writer.WriteAttributeString(XD.SecurityJan2004Dictionary.EncodingType, null, DefaultEncodingType); 450writer.WriteAttributeString(XD.SecurityJan2004Dictionary.ValueType, null, tokenTypeUri); 453writer.WriteAttributeString(XD.SecurityJan2004Dictionary.URI, null, "#" + localIdClause.LocalId);
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\XmlEncApr2001.cs (2)
112writer.WriteAttributeString(XD.XmlEncryptionDictionary.AlgorithmAttribute, null, encryptedKeyClause.EncryptionMethod); 116writer.WriteAttributeString(XD.XmlSignatureDictionary.Algorithm, null, SecurityAlgorithms.Sha1Digest);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AddressHeader.cs (1)
221writer.WriteAttributeString(XD.AddressingDictionary.IsReferenceParameter, XD.Addressing10Dictionary.Namespace, "true");
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeader.cs (3)
135writer.WriteAttributeString(messageVersion.Envelope.DictionaryActor, messageVersion.Envelope.DictionaryNamespace, actor); 137writer.WriteAttributeString(XD.MessageDictionary.MustUnderstand, messageVersion.Envelope.DictionaryNamespace, "1"); 139writer.WriteAttributeString(XD.Message12Dictionary.Relay, XD.Message12Dictionary.Namespace, "1");
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedKey.cs (5)
298writer.WriteAttributeString(XD.XmlEncryptionDictionary.Id, null, this.Id); 302writer.WriteAttributeString(TypeAttribute, null, this.Type); 306writer.WriteAttributeString(MimeTypeAttribute, null, this.MimeType); 310writer.WriteAttributeString(EncodingAttribute, null, this.Encoding); 405writer.WriteAttributeString(XD.XmlSignatureDictionary.Algorithm, null, this.algorithm);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedType.cs (1)
111writer.WriteAttributeString(RecipientAttribute, null, _recipient);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSKeyInfoSerializer.cs (1)
178writer.WriteAttributeString(XD.SecurityJan2004Dictionary.ValueType, null, _parent.SerializerDictionary.SecurityContextTokenReferenceValueType.Value);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityJan2004.cs (3)
142writer.WriteAttributeString(ValueTypeAttribute, null, _valueTypeUris[0]); 146writer.WriteAttributeString(EncodingTypeAttribute, null, EncodingTypeValueBase64Binary); 349writer.WriteAttributeString(XD.SecurityJan2004Dictionary.TypeAttribute, null, SecurityJan2004Strings.UPTokenPasswordTextValue);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSUtilitySpecificationVersion.cs (1)
94writer.WriteAttributeString(XD.UtilityDictionary.IdAttribute, XD.UtilityDictionary.Namespace, timestamp.Id);