2 writes to AlgorithmDictionaryString
System.IdentityModel (2)
System\IdentityModel\SignedXml.cs (2)
513set { this.signatureMethodElement.AlgorithmDictionaryString = value; } 1031set { this.digestMethodElement.AlgorithmDictionaryString = value; }
2 references to AlgorithmDictionaryString
System.IdentityModel (2)
System\IdentityModel\SignedXml.cs (2)
512get { return this.signatureMethodElement.AlgorithmDictionaryString; } 1030get { return this.digestMethodElement.AlgorithmDictionaryString; }