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