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