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