8 references to XmlEncryptionDictionary
System.ServiceModel (8)
System\ServiceModel\Security\EncryptedData.cs (1)
13
internal static readonly XmlDictionaryString ElementName = XD.
XmlEncryptionDictionary
.EncryptedData;
System\ServiceModel\Security\WSSecurityJan2004.cs (3)
492
protected override XmlDictionaryString NamespaceUri { get { return XD.
XmlEncryptionDictionary
.Namespace; } }
672
if (reader.IsStartElement(EncryptedData.ElementName, XD.
XmlEncryptionDictionary
.Namespace))
674
return reader.GetAttribute(XD.
XmlEncryptionDictionary
.Id, null);
System\ServiceModel\Security\WSSecurityOneDotZeroReceiveSecurityHeader.cs (4)
229
if (localreader.IsStartElement(EncryptedData.ElementName, XD.
XmlEncryptionDictionary
.Namespace))
231
string encryptedDataId = localreader.GetAttribute(XD.
XmlEncryptionDictionary
.Id, null);
387
bool encrypted = reader.IsStartElement(EncryptedData.ElementName, XD.
XmlEncryptionDictionary
.Namespace);
397
return reader.IsStartElement(EncryptedKey.ElementName, XD.
XmlEncryptionDictionary
.Namespace);