4 references to XmlEncryptionDictionary
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedData.cs (1)
13internal static readonly XmlDictionaryString ElementName = XD.XmlEncryptionDictionary.EncryptedData;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityJan2004.cs (3)
420protected override XmlDictionaryString NamespaceUri { get { return XD.XmlEncryptionDictionary.Namespace; } } 527if (reader.IsStartElement(EncryptedData.ElementName, XD.XmlEncryptionDictionary.Namespace)) 529return reader.GetAttribute(XD.XmlEncryptionDictionary.Id, null);