1 write to signatureMethodElement
System.IdentityModel (1)
System\IdentityModel\SignedXml.cs (1)
432this.signatureMethodElement = new ElementWithAlgorithmAttribute(dictionaryManager.XmlSignatureDictionary.SignatureMethod);
6 references to signatureMethodElement
System.IdentityModel (6)
System\IdentityModel\SignedXml.cs (6)
506get { return this.signatureMethodElement.Algorithm; } 507set { this.signatureMethodElement.Algorithm = value; } 512get { return this.signatureMethodElement.AlgorithmDictionaryString; } 513set { this.signatureMethodElement.AlgorithmDictionaryString = value; } 647this.signatureMethodElement.ReadFrom(reader, dictionaryManager); 657this.signatureMethodElement.WriteTo(writer, dictionaryManager);