1 write to Namespace
System.ServiceModel (1)
System\ServiceModel\XD.cs (1)
1616this.Namespace = dictionary.CreateString(ServiceModelStringsVersion1.String37, 37);
5 references to Namespace
System.ServiceModel (5)
System\ServiceModel\Security\WSSecurityJan2004.cs (2)
492protected override XmlDictionaryString NamespaceUri { get { return XD.XmlEncryptionDictionary.Namespace; } } 672if (reader.IsStartElement(EncryptedData.ElementName, XD.XmlEncryptionDictionary.Namespace))
System\ServiceModel\Security\WSSecurityOneDotZeroReceiveSecurityHeader.cs (3)
229if (localreader.IsStartElement(EncryptedData.ElementName, XD.XmlEncryptionDictionary.Namespace)) 387bool encrypted = reader.IsStartElement(EncryptedData.ElementName, XD.XmlEncryptionDictionary.Namespace); 397return reader.IsStartElement(EncryptedKey.ElementName, XD.XmlEncryptionDictionary.Namespace);