1 write to Namespace
System.ServiceModel (1)
System\ServiceModel\XD.cs (1)
1159this.Namespace = dictionary.CreateString(ServiceModelStringsVersion1.String36, 36);
16 references to Namespace
System.ServiceModel (16)
System\ServiceModel\Security\MessageSecurityTokenVersion.cs (2)
40XD.SecurityJan2004Dictionary.Namespace.Value, 70XD.SecurityJan2004Dictionary.Namespace.Value,
System\ServiceModel\Security\SecurityVersion.cs (1)
160: base(XD.SecurityJan2004Dictionary.Security, XD.SecurityJan2004Dictionary.Namespace, XD.SecurityJan2004Dictionary.Prefix)
System\ServiceModel\Security\WsKeyInfoSerializer.cs (1)
177writer.WriteStartElement( XD.SecurityJan2004Dictionary.Prefix.Value, XD.SecurityJan2004Dictionary.Reference, XD.SecurityJan2004Dictionary.Namespace );
System\ServiceModel\Security\WSSecureConversation.cs (1)
151if (reader.IsStartElement(XD.SecurityJan2004Dictionary.SecurityTokenReference, XD.SecurityJan2004Dictionary.Namespace))
System\ServiceModel\Security\WSSecurityJan2004.cs (10)
92protected override XmlDictionaryString NamespaceUri { get { return XD.SecurityJan2004Dictionary.Namespace; } } 180writer.WriteStartElement(XD.SecurityJan2004Dictionary.Prefix.Value, ElementName, XD.SecurityJan2004Dictionary.Namespace); 348protected override XmlDictionaryString NamespaceUri { get { return XD.SecurityJan2004Dictionary.Namespace; } } 410XD.SecurityJan2004Dictionary.Namespace); // <wsse:UsernameToken 414XD.SecurityJan2004Dictionary.Namespace, userName); // ><wsse:Username>...</wsse:Username> 418XD.SecurityJan2004Dictionary.Namespace); 449reader.ReadStartElement(XD.SecurityJan2004Dictionary.UserNameTokenElement, XD.SecurityJan2004Dictionary.Namespace); 452if (reader.IsStartElement(XD.SecurityJan2004Dictionary.UserNameElement, XD.SecurityJan2004Dictionary.Namespace)) 456else if (reader.IsStartElement(XD.SecurityJan2004Dictionary.PasswordElement, XD.SecurityJan2004Dictionary.Namespace)) 460else if (reader.IsStartElement(XD.SecurityJan2004Dictionary.NonceElement, XD.SecurityJan2004Dictionary.Namespace))
System\ServiceModel\Security\WSSecurityOneDotZeroReceiveSecurityHeader.cs (1)
412return reader.IsStartElement(XD.SecurityJan2004Dictionary.SecurityTokenReference, XD.SecurityJan2004Dictionary.Namespace);