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