3 writes to algorithm
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedKey.cs (3)
63_encryptionMethod.algorithm = value; 370this.algorithm = null; 377this.algorithm = reader.GetAttribute(XD.XmlSignatureDictionary.Algorithm, null);
5 references to algorithm
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedKey.cs (5)
59return _encryptionMethod.algorithm; 313if (_encryptionMethod.algorithm != null) 378if (this.algorithm == null) 405writer.WriteAttributeString(XD.XmlSignatureDictionary.Algorithm, null, this.algorithm); 407if (this.algorithm == XD.SecurityAlgorithmDictionary.RsaOaepKeyWrap.Value)