10 references to XmlEncryptionDictionary
System.ServiceModel.Primitives (10)
System\IdentityModel\DictionaryManager.cs (1)
26
XmlEncryptionDictionary = XD.
XmlEncryptionDictionary
;
System\IdentityModel\Tokens\WSSecurityJan2004.cs (3)
508
internal static readonly XmlDictionaryString ElementName = XD.
XmlEncryptionDictionary
.EncryptedData;
533
if (reader.IsStartElement(ElementName, XD.
XmlEncryptionDictionary
.Namespace))
535
return reader.GetAttribute(XD.
XmlEncryptionDictionary
.Id, null);
System\ServiceModel\Security\ReferenceList.cs (2)
11
internal static readonly XmlDictionaryString ElementName = System.IdentityModel.XD.
XmlEncryptionDictionary
.ReferenceList;
12
internal static readonly XmlDictionaryString NamespaceUri = System.IdentityModel.XD.
XmlEncryptionDictionary
.Namespace;
System\ServiceModel\Security\WSSecurityOneDotZeroReceiveSecurityHeader.cs (4)
39
return reader.IsStartElement(System.IdentityModel.XD.
XmlEncryptionDictionary
.EncryptedKey, System.IdentityModel.XD.
XmlEncryptionDictionary
.Namespace);
44
bool encrypted = reader.IsStartElement(System.IdentityModel.XD.
XmlEncryptionDictionary
.EncryptedData, System.IdentityModel.XD.
XmlEncryptionDictionary
.Namespace);