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