1 write to algorithmDictionaryString
System.IdentityModel (1)
System\ServiceModel\Security\EncryptedType.cs (1)
76
this.encryptionMethod.
algorithmDictionaryString
= value;
3 references to algorithmDictionaryString
System.IdentityModel (3)
System\ServiceModel\Security\EncryptedType.cs (3)
72
return this.encryptionMethod.
algorithmDictionaryString
;
435
if (this.
algorithmDictionaryString
!= null)
438
writer.WriteString(this.
algorithmDictionaryString
);