1 write to UserNameTokenElement
System.ServiceModel (1)
System\ServiceModel\XD.cs (1)
1168this.UserNameTokenElement = dictionary.CreateString(ServiceModelStringsVersion1.String168, 168);
3 references to UserNameTokenElement
System.ServiceModel (3)
System\ServiceModel\Security\WSSecurityJan2004.cs (3)
347protected override XmlDictionaryString LocalName { get { return XD.SecurityJan2004Dictionary.UserNameTokenElement; } } 409writer.WriteStartElement(XD.SecurityJan2004Dictionary.Prefix.Value, XD.SecurityJan2004Dictionary.UserNameTokenElement, 449reader.ReadStartElement(XD.SecurityJan2004Dictionary.UserNameTokenElement, XD.SecurityJan2004Dictionary.Namespace);