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