1 write to Namespace
System.ServiceModel.Primitives (1)
System\ServiceModel\XD.cs (1)
587Namespace = dictionary.CreateString(ServiceModelStringsVersion1.String36, 36);
16 references to Namespace
System.ServiceModel.Primitives (16)
System\ServiceModel\Security\MessageSecurityTokenVersion.cs (2)
23XD.SecurityJan2004Dictionary.Namespace.Value, 53XD.SecurityJan2004Dictionary.Namespace.Value,
System\ServiceModel\Security\SecurityVersion.cs (1)
141: base(XD.SecurityJan2004Dictionary.Security, XD.SecurityJan2004Dictionary.Namespace, XD.SecurityJan2004Dictionary.Prefix)
System\ServiceModel\Security\WSKeyInfoSerializer.cs (1)
169writer.WriteStartElement(XD.SecurityJan2004Dictionary.Prefix.Value, XD.SecurityJan2004Dictionary.Reference, XD.SecurityJan2004Dictionary.Namespace);
System\ServiceModel\Security\WSSecureConversation.cs (1)
135if (reader.IsStartElement(XD.SecurityJan2004Dictionary.SecurityTokenReference, XD.SecurityJan2004Dictionary.Namespace))
System\ServiceModel\Security\WSSecurityJan2004.cs (10)
80protected override XmlDictionaryString NamespaceUri { get { return XD.SecurityJan2004Dictionary.Namespace; } } 170writer.WriteStartElement(XD.SecurityJan2004Dictionary.Prefix.Value, ElementName, XD.SecurityJan2004Dictionary.Namespace); 250protected override XmlDictionaryString NamespaceUri { get { return XD.SecurityJan2004Dictionary.Namespace; } } 297XD.SecurityJan2004Dictionary.Namespace); // <wsse:UsernameToken 301XD.SecurityJan2004Dictionary.Namespace, userName); // ><wsse:Username>...</wsse:Username> 305XD.SecurityJan2004Dictionary.Namespace); 336reader.ReadStartElement(XD.SecurityJan2004Dictionary.UserNameTokenElement, XD.SecurityJan2004Dictionary.Namespace); 339if (reader.IsStartElement(XD.SecurityJan2004Dictionary.UserNameElement, XD.SecurityJan2004Dictionary.Namespace)) 343else if (reader.IsStartElement(XD.SecurityJan2004Dictionary.PasswordElement, XD.SecurityJan2004Dictionary.Namespace)) 347else if (reader.IsStartElement(XD.SecurityJan2004Dictionary.NonceElement, XD.SecurityJan2004Dictionary.Namespace))
System\ServiceModel\Security\WSSecurityOneDotZeroReceiveSecurityHeader.cs (1)
56return reader.IsStartElement(XD.SecurityJan2004Dictionary.SecurityTokenReference, XD.SecurityJan2004Dictionary.Namespace);