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