3 writes to algorithm
System.IdentityModel (3)
System\IdentityModel\SignedXml.cs (3)
1432
this.
algorithm
= null;
1440
set { this.
algorithm
= value; }
1454
this.
algorithm
= reader.GetAttribute(dictionaryManager.XmlSignatureDictionary.Algorithm, null);
3 references to algorithm
System.IdentityModel (3)
System\IdentityModel\SignedXml.cs (3)
1439
get { return this.
algorithm
; }
1455
if (this.
algorithm
== null)
1480
writer.WriteString(this.
algorithm
);