1 write to algorithmDictionaryString
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedKey.cs (1)
75_encryptionMethod.algorithmDictionaryString = value;
3 references to algorithmDictionaryString
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedKey.cs (3)
71return _encryptionMethod.algorithmDictionaryString; 397if (this.algorithmDictionaryString != null) 400writer.WriteString(this.algorithmDictionaryString);