1 write to elementName
System.IdentityModel (1)
System\IdentityModel\SignedXml.cs (1)
1431this.elementName = elementName;
3 references to elementName
System.IdentityModel (3)
System\IdentityModel\SignedXml.cs (3)
1451reader.MoveToStartElement(this.elementName, dictionaryManager.XmlSignatureDictionary.Namespace); 1458SR.GetString(SR.RequiredAttributeMissing, dictionaryManager.XmlSignatureDictionary.Algorithm, this.elementName))); 1472writer.WriteStartElement(this.prefix, this.elementName, dictionaryManager.XmlSignatureDictionary.Namespace);