2 writes to algorithmDictionaryString
System.IdentityModel (2)
System\IdentityModel\SignedXml.cs (2)
1433this.algorithmDictionaryString = null; 1446set { this.algorithmDictionaryString = value; }
3 references to algorithmDictionaryString
System.IdentityModel (3)
System\IdentityModel\SignedXml.cs (3)
1445get { return this.algorithmDictionaryString; } 1474if (this.algorithmDictionaryString != null) 1476writer.WriteString(this.algorithmDictionaryString);