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