8 references to _encryptionMethod
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedKey.cs (8)
39_encryptionMethod.Init(); 59return _encryptionMethod.algorithm; 63_encryptionMethod.algorithm = value; 71return _encryptionMethod.algorithmDictionaryString; 75_encryptionMethod.algorithmDictionaryString = value; 220_encryptionMethod.ReadFrom(reader); 313if (_encryptionMethod.algorithm != null) 315_encryptionMethod.WriteTo(writer);