2 writes to Namespace
System.ServiceModel.Primitives (2)
System\IdentityModel\XD.cs (2)
809Namespace = dictionary.CreateString(IdentityModelStringsVersion1.String140, 140); 843Namespace = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String140);
10 references to Namespace
System.ServiceModel.Primitives (10)
System\IdentityModel\Tokens\WSSecurityJan2004.cs (8)
93protected override XmlDictionaryString NamespaceUri { get { return XD.SecurityJan2004Dictionary.Namespace; } } 122protected override XmlDictionaryString NamespaceUri { get { return XD.SecurityJan2004Dictionary.Namespace; } } 164return XD.SecurityJan2004Dictionary.Namespace; 240writer.WriteStartElement(XD.SecurityJan2004Dictionary.Prefix.Value, XD.SecurityJan2004Dictionary.SecurityTokenReference, XD.SecurityJan2004Dictionary.Namespace); 270if (reader.IsStartElement(XD.SecurityJan2004Dictionary.KeyIdentifier, XD.SecurityJan2004Dictionary.Namespace)) 325writer.WriteStartElement(XD.SecurityJan2004Dictionary.Prefix.Value, XD.SecurityJan2004Dictionary.KeyIdentifier, XD.SecurityJan2004Dictionary.Namespace); 402if (reader.IsStartElement(XD.SecurityJan2004Dictionary.Reference, XD.SecurityJan2004Dictionary.Namespace)) 443writer.WriteStartElement(XD.SecurityJan2004Dictionary.Prefix.Value, XD.SecurityJan2004Dictionary.Reference, XD.SecurityJan2004Dictionary.Namespace);
System\IdentityModel\Tokens\WSSecurityXXX2005.cs (1)
58writer.WriteStartElement(XD.SecurityJan2004Dictionary.Prefix.Value, XD.SecurityJan2004Dictionary.SecurityTokenReference, XD.SecurityJan2004Dictionary.Namespace);
System\ServiceModel\Security\WSKeyInfoSerializer.cs (1)
116Parent.SecurityTokenSerializer.DictionaryManager.SecurityJan2004Dictionary.Namespace))