4 references to ElementName
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedKey.cs (4)
218
if (reader.IsStartElement(EncryptionMethodElement.
ElementName
, NamespaceUri))
375
reader.MoveToStartElement(
ElementName
, XD.XmlEncryptionDictionary.Namespace);
381
string.Format(SRServiceModel.RequiredAttributeMissing, XD.XmlSignatureDictionary.Algorithm.Value,
ElementName
.Value)));
396
writer.WriteStartElement(XmlEncryptionStrings.Prefix,
ElementName
, XD.XmlEncryptionDictionary.Namespace);