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