4 references to ElementName
System.IdentityModel (4)
System\ServiceModel\Security\EncryptedType.cs (4)
232
if (reader.IsStartElement(EncryptionMethodElement.
ElementName
, NamespaceUri))
413
reader.MoveToStartElement(
ElementName
, XD.XmlEncryptionDictionary.Namespace);
419
SR.GetString(SR.RequiredAttributeMissing, XD.XmlSignatureDictionary.Algorithm.Value,
ElementName
.Value)));
434
writer.WriteStartElement(XmlEncryptionStrings.Prefix,
ElementName
, XD.XmlEncryptionDictionary.Namespace);